Home Contact Site Map Privacy Policy Rev Search
Open File
 

News & Info
Products
Services
Developer's Corner
Sample Projects
Site Search
Sprezzatura Links
Support Section

Up
Dir Exists
Get Dir
Get Long Path
Get Short Path
Make Dir
Remove Dir
Close File
Copy File
Create File
Delete File
Move File
Open File
Read File
Rename File
Seek File
Write File
 

 

 

 OpenFile

METHODOPENFILE
DescriptionReturns in Param1 the file handle of the file passed in Object using the options passed in Param2.
  
OBJECTThe long name/path of the file to open
PARAM1The file handle created by the open
PARAM2An array of options with which to open the file - to include an option set the appropriate field position to True$.
 
FM_SHARECOMPAT$ Open file in dos compatibility mode
FM_SHAREEXCLUSIVE$ Open file in exclusive mode
FM_SHAREDENYWRITE$ Open file in allow read deny write mode
FM_SHAREDENYREAD$ Open file in deny read
FM_SHAREDENYNONE$ Open file in open mode
PARAM3n/a
PARAM4n/a
PARAM5n/a
ERRORTEXTAny error message

 
Copyright © 2005 The Sprezzatura Group. All rights reserved.