System.IOUtils.TPath.DirectorySeparatorChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property DirectorySeparatorChar: Char read FDirectorySeparatorChar;

C++

/* static */ __property System::WideChar DirectorySeparatorChar = {read=FDirectorySeparatorChar};

Properties

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

Description

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

Use the value of the DirectorySeparatorChar 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.

See Also