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 SFileInfo
Back to the top of SFileInfo
ErrCode iGetShortPathName( const CStr *inFileName, CStr *outFileName );
Returns the short file name of a file or directory. I.e., "c:\program files" becomes "c:\progra~1"
static ErrCode iGetShortPathName( const CStr *inFileName, CStr *outFileName );
Back to the top of SFileInfo
ErrCode iGetFileDates( const CStr *fullPath, CDateBundle *dateBundle );
Retrieves the three dates associated with a file, and puts them in the given CDateBundle
static ErrCode iGetFileDates( const CStr *fullPath, CDateBundle *dateBundle );
Back to the top of SFileInfo
ErrCode iGetFileAttributes( const CStr *fullPath, unsigned long *val );
Returns the attributes associated with a file
static ErrCode iGetFileAttributes( const CStr *fullPath, unsigned long *val );
Back to the top of SFileInfo
ErrCode iGetFileAttributesReadMask( const CStr *fullPath, unsigned long *val );
Indicates which bits returned from iGetFileAttributes are valid.
static ErrCode iGetFileAttributesReadMask( const CStr *fullPath, unsigned long *val );
Back to the top of SFileInfo
ErrCode iSetFileAttributes( const CStr *fullPath, unsigned long flagMask, unsigned long newFlags );
Sets the attributes associated with a file
static ErrCode iSetFileAttributes( const CStr *fullPath, unsigned long flagMask, unsigned long newFlags );
Back to the top of SFileInfo
ErrCode iGetFileAttributesWriteMask( const CStr *fullPath, unsigned long *val );
Indicates which bits can be set by iSetFileAttributes.
static ErrCode iGetFileAttributesWriteMask( const CStr *fullPath, unsigned long *val );
Back to the top of SFileInfo
ErrCode iGetExecutableType( const CStr *fullPath, unsigned long *val );
Wraps GetExecutableType()
static ErrCode iGetExecutableType( const CStr *fullPath, unsigned long *val );
Back to the top of SFileInfo
Returned by iGetExecutableType.
enum { kExecutableTypeWin32Exe = 0, kExecutableTypeDOSExe = 1, kExecutableTypeWOWExe = 2, kExecutableTypePIFExe = 3, kExecutableTypePOSIXExe = 4, kExecutableTypeOS216Exe = 5, kExecutableTypeUnknown = 9 } eExecutableType;
Back to the top of SFileInfo
Back to the top of SFileInfo
Back to the top of SFileInfo
Back to the top of SFileInfo
Report problems to jkotula@stratasys.com