[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

TPathDelimSwitch

Represents the platform- or OS-specific path delimiters available in the Lazarus LCL.

Declaration

Source position: lazfileutils.pas line 77

type TPathDelimSwitch = (

  pdsNone,

  

No path delimiter changes were used.

  pdsSystem,

  

Path delimiter is switched to the default path delimiter for the system.

  pdsUnix,

  

Path delimiter is switched to the UNIX path delimiter (forward slash).

  pdsWindows

  

Path delimiter is switched to the Windows path delimiter (Backslash '\').

);

Description

TPathDelimSwitch is an enumerated type with values that indicate how path delimiters in file names are handled in routines like SwitchPathDelims, CheckPathDelim, and IsCurrentPathDelim. Values in the enumeration represent the various platform- or OS-specific path delimiters available in the Lazarus LCL.


Version 3.2 Generated 2024-02-25 Home