can anyone tell me how I can make a file I create hidden?
cheers big ears!
Printable View
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:
Hope it helpsCode:Shell "Attrib +H C:\Whatever.ext"
JMik
;)Code:SetAttr(File,vbHidden)