C# Class AzureFunctions.Code.FileSystemHelpers

Afficher le fichier Open project: projectkudu/AzureFunctionsPortal Class Usage Examples

Méthodes publiques

Méthode Description
FileExists ( string path ) : bool
ReadAllTextFromFile ( string path ) : string
ReadAllTextFromFileAsync ( string path ) : Task

Method Details

FileExists() public static méthode

public static FileExists ( string path ) : bool
path string
Résultat bool

ReadAllTextFromFile() public static méthode

public static ReadAllTextFromFile ( string path ) : string
path string
Résultat string

ReadAllTextFromFileAsync() public static méthode

public static ReadAllTextFromFileAsync ( string path ) : Task
path string
Résultat Task