Skip to content

FileExtension

QuantConnect.FileExtension

Bases: Object

Helper methods for file management

RESERVED_WORDS_PREFIX

RESERVED_WORDS_PREFIX: str = ...

Reserved words prefix from Configuration

from_normalized_path

from_normalized_path(path: str) -> str

Takes a modified path (see to_normalized_path(string)) and (if applicable) returns the original path proposed by LEAN

to_normalized_path

to_normalized_path(path: str) -> str

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