System.IOUtils.TPath.PathSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property PathSeparator: Char read FPathSeparator;

C++

/* static */ __property System::WideChar PathSeparator = {read=FPathSeparator};

Properties

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

Description

Specifies the character used to separate path strings in environment variables.

Use the value of the PathSeparator property in routines that require manipulation of environment variables. PathSeparator is used to separate individual paths in a single environment variable string.

See Also