Discuss this help topic in SecureBlackbox Forum

TElCustomFileSystemAdapter.PathSeparator

TElCustomFileSystemAdapter     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies path separator for file and path operations.

Declaration

[C#]
    char PathSeparator;

[VB.NET]
    Property PathSeparator As Char

[Pascal]
    property PathSeparator : char;

[C++]
    char get_PathSeparator();
    void set_PathSeparator(char Value);

[PHP]
    char get_PathSeparator()
    void set_PathSeparator(char $Value)

[Java]
    char getPathSeparator();
    void setPathSeparator(char Value);

Description

    Use this property to specify the separator between directory and file names in paths. Path separator value is dependent on the underlying file system. Usual path separator for Windows file systems is backslash (\). Unix and Linux use slash (/) as a path separator. In Solid File System path separator is user-defined (slash is recommended).

See also:     PathSeparator2    

Discuss this help topic in SecureBlackbox Forum