Lean
$LEAN_TAG$
|
Helper methods for file management More...
Static Public Member Functions | |
static string | ToNormalizedPath (string path) |
Takes a given path and (if applicable) returns a modified path accepted by Windows OS More... | |
static string | FromNormalizedPath (string path) |
Takes a modified path (see ToNormalizedPath(string)) and (if applicable) returns the original path proposed by LEAN More... | |
Static Public Attributes | |
static readonly string | ReservedWordsPrefix = Config.Get("reserved-words-prefix", "@") |
Reserved words prefix from Configuration More... | |
Helper methods for file management
Definition at line 26 of file FileExtension.cs.
|
static |
Takes a given path and (if applicable) returns a modified path accepted by Windows OS
Definition at line 41 of file FileExtension.cs.
|
static |
Takes a modified path (see ToNormalizedPath(string)) and (if applicable) returns the original path proposed by LEAN
Definition at line 51 of file FileExtension.cs.
|
static |
Reserved words prefix from Configuration
Definition at line 31 of file FileExtension.cs.