Class CommandFrameworkUtilities
Inheritance
CommandFrameworkUtilities
Assembly: Benday.CommandsFramework.dll
Syntax
public static class CommandFrameworkUtilities
Methods
|
Edit this page
View Source
GetFullyQualifiedPath(string)
Declaration
public static string GetFullyQualifiedPath(string argumentValue)
Parameters
Type |
Name |
Description |
string |
argumentValue |
|
Returns
|
Edit this page
View Source
GetPathToSourceDir(string, bool)
Declaration
public static string GetPathToSourceDir(string sourceDir, bool mustExist)
Parameters
Type |
Name |
Description |
string |
sourceDir |
|
bool |
mustExist |
|
Returns
|
Edit this page
View Source
GetPathToSourceFile(string, bool)
Declaration
public static string GetPathToSourceFile(string sourceFile, bool mustExist)
Parameters
Type |
Name |
Description |
string |
sourceFile |
|
bool |
mustExist |
|
Returns