OpenMode Enumeration

 <  Day Day Up  >  

The OpenMode enumeration is used by the FileOpen and FileAttr methods in the FileSystem module to indicate the way in which the file will be used. The OpenMode enumeration values have no constant equivalents.

 Input = 1 

The file will be used for input.

 Output = 2 

The file will be used for output.

 Random = 4 

The file will be used for random access.

 Append = 8 

The file will be used to append output to the file.

 Binary = 32 

The file will be used for binary reads and writes .

 <  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