FileAttribute Enumeration

 <  Day Day Up  >  

The FileAttribute enumeration defines attributes of files used by the Dir , GetAttr , and SetAttr functions in the FileSystem module.

 Normal = 0 

The file has normal attributes. Constant equivalent: vbNormal .

 ReadOnly = 1 

The file is read-only. Constant equivalent: vbReadOnly .

 Hidden = 2 

The file is hidden. Constant equivalent: vbHidden .

 System = 4 

The file is a system file. Constant equivalent: vbSystem .

 Volume = 8 

The file is a volume label. Constant equivalent: vbVolume .

 Directory = 16 

The file is a directory. Constant equivalent: vbDirectory .

 Archive = 32 

The file has its archive bit set. Constant equivalent: vbArchive .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net