PathExtension, PathFilename, PathModifyStem, PathParentPath, PathReplaceExtension, PathReplaceFilename, PathStem
PathExtension
Description
PathExtension( char *Int_path
, char *Int_outpath
, intInt_maxchar
);
File extension path component.
PathFilename
Description
PathFilename( char *Int_path
, char *Int_outpath
, intInt_maxchar
);
Filename path component.
PathModifyStem
Description
PathModifyStem( char *Int_path
, char *Int_prefix
, char *Int_suffix
, char *Int_outpath
, intInt_maxchar
);
Stem path component (filename without the final extension).
For more information please see path.
PathParentPath
Description
PathParentPath( char *Int_path
, char *Int_outpath
, intInt_maxchar
);
Path of the parent path.
For more information please see path.
PathReplaceExtension
Description
PathReplaceExtension( char *Int_path
, char *Int_ext
, char *Int_outpath
, intInt_maxchar
);
Replaces the file extension path component.
PathReplaceFilename
Description
PathReplaceFilename( char *Int_path
, char *Int_fname
, char *Int_outpath
, intInt_maxchar
);
Replaces the filename path component.
PathStem
Description
PathStem( char *Int_path
, char *Int_outpath
, intInt_maxchar
);
Stem path component (filename without the final extension).
For more information please see path.