'Opens the filename and associates the logical name with the file. '+'The optional third argument specifies the mode to open the file in:'+sLineBreak+' r read only (default)'+sLineBreak+' w write only'+sLineBreak+' a append'+sLineBreak+' r+ read and write'
Namespace: StandardPackage
Delphi |
OpenComment = 'Opens the filename and associates the logical name with the file. '+ |
Value
Type: string
Reference |