我能够获得用户“AppData/Local”文件夹的路径,如下所示。appdatafile = Components.classes["@mozilla.org/file/directory_service;1"]。获取服务(Components.interfaces.nsIProperties)。get("LocalAppData", Components.interfaces.nsIFile).path;
谁能帮我获取“AppData/LocalLow”用户文件夹?
我能够获得用户“AppData/Local”文件夹的路径,如下所示。appdatafile = Components.classes["@mozilla.org/file/directory_service;1"]。获取服务(Components.interfaces.nsIProperties)。get("LocalAppData", Components.interfaces.nsIFile).path;
谁能帮我获取“AppData/LocalLow”用户文件夹?