remove_filepath
Syntax
stock remove_filepath(const szFilePath[], szFile[], pMax)
Usage
| Parameter | Description |
|---|---|
| szFilePath | String to perform search and replacements on. |
| szFile | Buffer to store file name. |
| pMax | Maximum length of the string buffer. |
Description
Removes a path from szFilePath leaving the name of the file in szFile for a pMax length.
Return
This function has no return value.