-
Help me..... I have tryed to use the createfile api
to set the file sttributes. but.... It wont work.
I have used the api,. discoverd on the VB API web site.
Could somebody send me or show me the solution for it.
I need to set the Archive and Hidden and Readonly attributes of a file.
-Kayoca Mortation :)
-
there's a standard vb function called
SetAttr
I think that's what you need...:)
-
sorry, it's a STATEMENT, not a function...
for example:
SetAttr varFile, vbHidden + vbReadOnly
-
Ohhh yes thank you.. :)
And just thinking i was looking the hard way... :)
-Kayoca Mortation