[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiFixPathDelim

Fixes the path separator for the *Unix platform. See implementation for more details.

Declaration

Source position: tiUtils.pas line 259

function tiFixPathDelim(

  const AText: string

):string;

Description

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!


Documentation generated on: 2017-08-16