Get the slash type for a filename (backslash or slash).
char getSlashType();
If the name does not contain a slash, returns the default slash type for the platform (cSysSlash)
DFilename Class