Enum FileNameTricks.TerminaBackslash
Use a member of this enumeration with FileDirName and PathFixup, to specify whether you want a path string with or without a trailing backslash.
Namespace: WizardWrx
Assembly: WizardWrx.Core.dll
Syntax
public enum TerminaBackslash : int
Fields
| Name | Description |
|---|---|
| Include | Include the trailing backslash, for example, if you intend to append another string containing a relative path name or an unqualified file name. |
| Omit | Exclude the trailing backslash, for example, if you intend to display the name in an unambiguous context. |