views:

40

answers:

1

is there any way to create a file as a hidden in vista, xp, 2000,98 ,macintosh from flex by using var file:File = new File(""); or any other way

A: 

On a mac you can make any file hidden by prepending the filename with a "." So, the file afile.txt is visible, but .afile.txt is hidden.

I don't know on windows.

Sean Clark Hess