|
Home » ASP Home » Files Home » SetAttr Statement
A D V E R T I S E M E N T
Title |
SetAttr Statement |
Description |
The SetAttr statement sets the attributes of a file or folder. There are two required arguments, pathname and attributes. Path name must be the absolute path to a folder or file. The attributes argument is an integer representing one of the following constants:
Constant Value ----------------------------------------------------------------------- vbNormal 0
vbReadOnly 1
vbHidden 2
vbSystem 4
vbArchive 32
You must explicitly declare these constants in your code. |
Category |
ASP » Files |
Hits |
383786 |
Code |
Select and Copy the Code
|
|
|
Related Source Codes
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
New! Click here to Add your Code!
ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page | |
|