C# Class AzureFunctions.Code.FileSystemHelpers

Datei anzeigen Open project: projectkudu/AzureFunctionsPortal Class Usage Examples

Public Methods

Method Description
FileExists ( string path ) : bool
ReadAllTextFromFile ( string path ) : string
ReadAllTextFromFileAsync ( string path ) : Task

Method Details

FileExists() public static method

public static FileExists ( string path ) : bool
path string
return bool

ReadAllTextFromFile() public static method

public static ReadAllTextFromFile ( string path ) : string
path string
return string

ReadAllTextFromFileAsync() public static method

public static ReadAllTextFromFileAsync ( string path ) : Task
path string
return Task