VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This Will Allow You To Set Any Files Attributes With This Code.

Brandon Johnson  (7 Submissions)   Encryption   VB 6.0   Unknown Difficulty   Fri 16th June 2000   Mon 8th February 2021

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))
This Will Allow You To Set Any Files Attributes With This Code..bas

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

0/1000 characters