Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Windows | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of CFileUtils
Back to the top of CFileUtils
BOOL exists( const CStr *fullPath );
Returns TRUE if the given file exists, FALSE otherwise.
static BOOL exists( const CStr *fullPath );
Back to the top of CFileUtils
BOOL createTempFile( const CStr *csTempPath, const CStr *csExt, CStr *csOutFilePath );
Creates a temporary file with a given extension.
static BOOL createTempFile( const CStr *csTempPath, const CStr *csExt, CStr *csOutFilePath );
Back to the top of CFileUtils
ErrCode deleteFile( const CStr *fullPath );
Deletes a file.
static ErrCode deleteFile( const CStr *fullPath );
Back to the top of CFileUtils
BOOL isMountedDrive( const CStr *driveName );
Returns TRUE if the given drive is mounted, FALSE otherwise.
static BOOL isMountedDrive( const CStr *driveName );
Back to the top of CFileUtils
BOOL isExeFile( const CStr *fileName );
Returns TRUE if the given file is an executable, FALSE otherwise.
static BOOL isExeFile( const CStr *fileName );
Back to the top of CFileUtils
ErrCode makeLongFileName( const CStr *shortFileName, CStr *longFileName );
Creates a long file name.
static ErrCode makeLongFileName( const CStr *shortFileName, CStr *longFileName );
Back to the top of CFileUtils
ErrCode getFileTime( const CStr *fullPath, FILETIME *crDate, FILETIME *acDate, FILETIME *mdDate );
Gets the creation, backup, and modification dates of a file.
static ErrCode getFileTime( const CStr *fullPath, FILETIME *crDate, FILETIME *acDate, FILETIME *mdDate );
Back to the top of CFileUtils
Back to the top of CFileUtils
Back to the top of CFileUtils
Back to the top of CFileUtils
Report problems to jkotula@stratasys.com