[Overview][Types][Classes][Procedures and functions][Index] |
Fixes the path separator for the *Unix platform. See implementation for more details.
Source position: tiUtils.pas line 259
function tiFixPathDelim( |
const AText: string |
):string; |
This allows us to always use a \ as a path separator. For Win32 it will do nothing, but for *Unix it will replace all \'s with /'s. Now we don't have to have so many IFDEFs in the Unit Tests!