is there any way to change file mode to hidden by flex?
for example var myFile:File = new File(File.applicationDirectory.nativePath + File.seperator + "a.txt"); myFile.setHidden
is there any way to change file mode to hidden by flex?
for example var myFile:File = new File(File.applicationDirectory.nativePath + File.seperator + "a.txt"); myFile.setHidden