can anyone tell me how I can make a file I create hidden? cheers big ears!
Hello Bazza, This may not be the most efficient way, but I believe you can try this: Code: Shell "Attrib +H C:\Whatever.ext" Hope it helps JMik
Shell "Attrib +H C:\Whatever.ext"
Code: SetAttr(File,vbHidden)
SetAttr(File,vbHidden)
VB game development website
Forum Rules