EnumObjects(None, shellcon.SHCONTF_FOLDERS) item = items.Next(1) while item != []: print (ishell.GetDisplayNameOf(item[0], 1)) item = items.
確定! 回上一頁