C# Class Microsoft.Azure.WebJobs.Script.FileUtility

Afficher le fichier Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Méthodes publiques

Méthode Description
DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task
DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task
EnsureDirectoryExists ( string path ) : void

Method Details

DeleteDirectoryAsync() public static méthode

public static DeleteDirectoryAsync ( string path, bool recursive ) : System.Threading.Tasks.Task
path string
recursive bool
Résultat System.Threading.Tasks.Task

DeleteIfExistsAsync() public static méthode

public static DeleteIfExistsAsync ( string path ) : System.Threading.Tasks.Task
path string
Résultat System.Threading.Tasks.Task

EnsureDirectoryExists() public static méthode

public static EnsureDirectoryExists ( string path ) : void
path string
Résultat void