Language:
Русский
English
FSplit (procedure) (Dos unit)
Splits a file name into its three components.
Declaration
procedure FSplit(Path: PathStr; var Dir: DirStr; var Name: NameStr;
var Ext: ExtStr);
Target
Real, Protected
Remarks
The PathStr, DirStr, NameStr, and ExtStr strings are defined in the Dos unit.