stock

remove_filepath

Syntax

stock remove_filepath(const szFilePath[], szFile[], pMax)

Description

Removes a path from szFilePath leaving the name of the file in szFile for a pMax length.

Parameters

szFilePath String to perform search and replacements on.
szFile Buffer to store file name.
pMax Maximum length of the string buffer.

Return

This function has no return value.