C# Class Pegasus.Workbench.FileUtilities

Exibir arquivo Open project: otac0n/Pegasus

Public Methods

Method Description
ReadAllTextAsync ( string path ) : Task
WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task

Method Details

ReadAllTextAsync() public static method

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

WriteAllTextAsync() public static method

public static WriteAllTextAsync ( string path, string contents ) : System.Threading.Tasks.Task
path string
contents string
return System.Threading.Tasks.Task