次のように、ユーザー 'AppData/Local' フォルダーへのパスを取得できます。 appdatafile = Components.classes["@mozilla.org/file/directory_service;1"]. getService(Components.interfaces.nsIProperties)。get("LocalAppData", Components.interfaces.nsIFile).path;
「AppData/LocalLow」ユーザーフォルダーを取得するのを手伝ってくれる人はいますか?