System.IOUtils.TPath.ExtensionSeparatorChar
Delphi
class property ExtensionSeparatorChar: Char read FExtensionSeparatorChar;
C++
/* static */ __property System::WideChar ExtensionSeparatorChar = {read=FExtensionSeparatorChar};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.IOUtils.pas System.IOUtils.hpp |
System.IOUtils | TPath |
Description
Specifies the character used to separate the file part from the extension part in a file name.
Use the value of the ExtensionSeparatorChar property in routines that require the identification of the extension part in a file name.