OpenAccess Enumeration

 <  Day Day Up  >  

The OpenAccess enumeration is used by the FileOpen method in the FileSystem module to indicate what access should be used when opening a file. The OpenAccess enumeration values have no constant equivalents.

 Default = -1 

Reads and writes should be permitted.

 Read = 1 

Only reads should be permitted.

 ReadWrite = 3 

Reads and writes should be permitted.

 Write = 2 

Only writes should be permitted.

 <  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