System.IOUtils.TPath.AltDirectorySeparatorChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property AltDirectorySeparatorChar: Char read FAltDirectorySeparatorChar;

C++

/* static */ __property System::WideChar AltDirectorySeparatorChar = {read=FAltDirectorySeparatorChar};

Properties

Type Visibility Source Unit Parent
property public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath

Description

Specifies the alternate character used to separate directory levels in a path.

Use the value of the AltDirectorySeparatorChar property in routines that require the identification of individual directory levels in a path string. AltDirectorySeparatorChar and DirectorySeparatorChar are both valid in a path string.

On POSIX, AltDirectorySeparatorChar has the same value as TPath.DirectorySeparatorChar.

See Also