Method | Description | |
---|---|---|
binaryRead ( byte &buffer, bool &eof ) : bool | ||
binaryWrite ( byte buffer ) : bool | ||
cFile ( ) : System | ||
close ( ) : void | ||
copyFile ( string fullFileNameSource, string fullFileNameDestination ) : bool | ||
getFileExt ( string fullFileName ) : string | ||
getFileName ( string fullFileName ) : string | ||
getFileWithoutExt ( string fullFileName ) : string | ||
getName ( ) : string | ||
getPath ( ) : string | ||
getPath ( string fullFileName ) : string | ||
getPathAndFileName ( string fullFileName, string &path, string &fileName ) : void | ||
init ( string function, string module, object commDialog ) : void | ||
open ( string fullFileName, eFileMode mode ) : bool | ||
open ( string fullFileName, eFileMode mode, bool createFile ) : bool | ||
open ( string fullFileName, eFileMode mode, bool createFile, bool silens, eFileAccess access, bool withDialog, bool canOpenOther ) : bool | ||
read ( string &text, bool &eof ) : bool | ||
save ( string fullFileName, bool &exists, bool &readOnly, string description ) : bool | ||
setFilter ( string value ) : void | ||
showOpenFileDlg ( string &userFile, string filter, string fileToSearch, string curDir, string title, bool saving ) : bool | ||
userSearchFile ( string &fullFileName, bool ifNotExistsIsOk, string description, bool saving, bool canOpenOther ) : bool | ||
write ( string text ) : bool |
Method | Description | |
---|---|---|
fileExists ( string fullFileName ) : bool | ||
isSeparator ( string character ) : bool |
public binaryRead ( byte &buffer, bool &eof ) : bool | ||
buffer | byte | |
eof | bool | |
return | bool |
public static copyFile ( string fullFileNameSource, string fullFileNameDestination ) : bool | ||
fullFileNameSource | string | |
fullFileNameDestination | string | |
return | bool |
public static getFileExt ( string fullFileName ) : string | ||
fullFileName | string | |
return | string |
public static getFileName ( string fullFileName ) : string | ||
fullFileName | string | |
return | string |
public static getFileWithoutExt ( string fullFileName ) : string | ||
fullFileName | string | |
return | string |
public static getPath ( string fullFileName ) : string | ||
fullFileName | string | |
return | string |
public static getPathAndFileName ( string fullFileName, string &path, string &fileName ) : void | ||
fullFileName | string | |
path | string | |
fileName | string | |
return | void |
public init ( string function, string module, object commDialog ) : void | ||
function | string | |
module | string | |
commDialog | object | |
return | void |
public open ( string fullFileName, eFileMode mode ) : bool | ||
fullFileName | string | |
mode | eFileMode | |
return | bool |
public open ( string fullFileName, eFileMode mode, bool createFile ) : bool | ||
fullFileName | string | |
mode | eFileMode | |
createFile | bool | |
return | bool |
public open ( string fullFileName, eFileMode mode, bool createFile, bool silens, eFileAccess access, bool withDialog, bool canOpenOther ) : bool | ||
fullFileName | string | |
mode | eFileMode | |
createFile | bool | |
silens | bool | |
access | eFileAccess | |
withDialog | bool | |
canOpenOther | bool | |
return | bool |
public read ( string &text, bool &eof ) : bool | ||
text | string | |
eof | bool | |
return | bool |
public save ( string fullFileName, bool &exists, bool &readOnly, string description ) : bool | ||
fullFileName | string | |
exists | bool | |
readOnly | bool | |
description | string | |
return | bool |
public showOpenFileDlg ( string &userFile, string filter, string fileToSearch, string curDir, string title, bool saving ) : bool | ||
userFile | string | |
filter | string | |
fileToSearch | string | |
curDir | string | |
title | string | |
saving | bool | |
return | bool |
public userSearchFile ( string &fullFileName, bool ifNotExistsIsOk, string description, bool saving, bool canOpenOther ) : bool | ||
fullFileName | string | |
ifNotExistsIsOk | bool | |
description | string | |
saving | bool | |
canOpenOther | bool | |
return | bool |