|
Previous Top Next |
The FNS_Parts is a group that is declared in the ITEquates.inc as:
FNS_Parts GROUP,TYPE
P_Drive CString(IT_MAX_Path)
P_Dir CString(IT_MAX_Path)
P_File CString(IT_MAX_Path)
P_Ext CString(IT_MAX_Path)
END
The derived FileParts property is used by the SplitFilePart method to store the various file parts.
See also: