Class PathHelper
Static helper class that contains functions to support path management with visual studio.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public static class PathHelper
Properties
| Improve this Doc View SourceInvalidPathNameCharacters
The invalid characters not allowed in a path name.
Declaration
public static string InvalidPathNameCharacters { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Improve this Doc View SourceContainsInvalidPathNameCharacter(string)
Provided file name is checked to determine if it has
Declaration
public static bool ContainsInvalidPathNameCharacter(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to be evaluated. |
Returns
Type | Description |
---|---|
bool | True if invalid characters exists or false if the file does not have invalid characters. |