Path

PathExtension, PathFilename, PathModifyStem, PathParentPath, PathReplaceExtension, PathReplaceFilename, PathStem

PathExtension

Description 

 PathExtension(
   char *Int_path,
   char *Int_outpath,
   int  Int_maxchar
);

File extension path component.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathFilename

Description 

 PathFilename(
   char *Int_path,
   char *Int_outpath,
   int  Int_maxchar
);

Filename path component.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathModifyStem

Description 

 PathModifyStem(
   char *Int_path,
   char *Int_prefix,
   char *Int_suffix,
   char *Int_outpath,
   int  Int_maxchar
);

Stem path component (filename without the final extension).

For more information please see path.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_prefix

File prefix.

char *Int_suffix

File suffix.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathParentPath

Description 

 PathParentPath(
   char *Int_path,
   char *Int_outpath,
   int  Int_maxchar
);

Path of the parent path.

For more information please see path.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathReplaceExtension

Description 

 PathReplaceExtension(
   char *Int_path,
   char *Int_ext,
   char *Int_outpath,
   int  Int_maxchar
);

Replaces the file extension path component.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_ext

File extension.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathReplaceFilename

Description 

 PathReplaceFilename(
   char *Int_path,
   char *Int_fname,
   char *Int_outpath,
   int  Int_maxchar
);

Replaces the filename path component.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_fname

File name.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.

PathStem

Description 

 PathStem(
   char *Int_path,
   char *Int_outpath,
   int  Int_maxchar
);

Stem path component (filename without the final extension).

For more information please see path.

Parameters

char *Int_path

Source path or the current document if left empty.

char *Int_outpath

Output path (char field).

int Int_maxchar

Number of characters.