Hide files

Hi,I use FileWriter and create a new file somewhere in the hard disk. How could i make this file hidden? I didn't find any method in Files class (1.4.1.)Thanks on advance,SOL
[203 byte] By [Solonel] at [2007-9-30 22:33:00]
# 1
1) If you are using Unix just rename your file to a name that starts with a dot, like ".profile" ;-)2) If you're using Windows you must call some external program (like attrib +H) or write a small JNI DLL.
edsonw at 2007-7-7 12:56:19 > top of Java-index,Java Essentials,Java Programming...