C
Centaur
The code for creating a file is
Open "C:\filename.txt" For Output As #1
How can I create this file as invisible/hidden
Thank you
Centaur
Open "C:\filename.txt" For Output As #1
How can I create this file as invisible/hidden
Thank you
Centaur