VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Folder security version1.0

by Shans (1 Submission)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 26th May 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Folder security version1.0

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 Folder security version1.0



'Archive, Compressed, Directory,Hidden,Normal,Read-Only, System, Or Temporary

Dim File
File = "log.txt"
'File = "What Ever File You Want!"
SetFileAttributes File, File_Atrributes_?


Download this snippet    Add to My Saved Code

Folder security version1.0 Comments

No comments have been posted about Folder security version1.0. Why not be the first to post a comment about Folder security version1.0.

Post your comment

Subject:
Message:
0/1000 characters