Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var file:File = new File(""); を使用して、flex から vista、xp、2000,98、macintosh に隠しファイルとしてファイルを作成する方法はありますか? または他の方法
Mac では、ファイル名の先頭に「.」を追加することで、任意のファイルを非表示にすることができます。したがって、ファイルafile.txtは表示されますが、非表示になっ.afile.txtています。
afile.txt
.afile.txt
Windowsではわかりません。