NodePath.AllowBackslashInFileName Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
AllowBackslashInFileName
Gets or sets a value indicating whether the backslash ('') character is allowed in File
Declaration
public static bool AllowBackslashInFileName { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
-
When the property is set to true,
the Name can be initialized
in the Node
Base(String, Node constructor with the value that contains backlash.Type, Directory Node, Node Time Info, Node Attributes, Boolean) -
After setting the value of this property to 'true',
all used instances of all classes derived from the File
System must be prepared to handle paths that contain FileProvider Name with backslash character. -
In the Local
File running on Windows operating system the backslash is always interpreted as the directory separator. LocalSystem Provider File on Windows DOES NOT support FileSystem Provider Name with backslashes due to to the inherited platform restriction.