- Home
·
- Encryption
·
- This Will Allow You To Set Any Files Attributes With This Code.
This Will Allow You To Set Any Files Attributes With This Code.
This Will Allow You To Set Any Files Attributes With This Code.
API Declarations
Private Const FILE_ATTRIBUTE_ARCHIVE = &H20
Private Const FILE_ATTRIBUTE_COMPRESSED = &H800
Private Const FILE_ATTRIBUTE_DIRECTORY = &H10
Private Const FILE_ATTRIBUTE_HIDDEN = &H2
Private Const FILE_ATTRIBUTE_NORMAL = &H80
Private Const FILE_ATTRIBUTE_READONLY = &H1
Private Const FILE_ATTRIBUTE_SYSTEM = &H4
Private Const FILE_ATTRIBUTE_TEMPORARY = &H100
Rate This Will Allow You To Set Any Files Attributes With This Code.
(2(2 Vote))
'Archive, Compressed, Directory,Hidden,Normal,Read-Only, System, Or Temporary
Dim File
File = "What Ever File You Want!"
SetFileAttributes File, File_Atrributes_?
This Will Allow You To Set Any Files Attributes With This Code. Comments
No comments yet — be the first to post one!
Post a Comment