Lean  $LEAN_TAG$
QuantConnect.FileExtension Class Reference

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...
 

Detailed Description

Helper methods for file management

Definition at line 26 of file FileExtension.cs.

Member Function Documentation

◆ ToNormalizedPath()

static string QuantConnect.FileExtension.ToNormalizedPath ( string  path)
static

Takes a given path and (if applicable) returns a modified path accepted by Windows OS

Definition at line 41 of file FileExtension.cs.

Here is the caller graph for this function:

◆ FromNormalizedPath()

static string QuantConnect.FileExtension.FromNormalizedPath ( string  path)
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.

Member Data Documentation

◆ ReservedWordsPrefix

readonly string QuantConnect.FileExtension.ReservedWordsPrefix = Config.Get("reserved-words-prefix", "@")
static

Reserved words prefix from Configuration

Definition at line 31 of file FileExtension.cs.


The documentation for this class was generated from the following file: