메소드 | 설명 | |
---|---|---|
LoadAsync ( string fileName, |
Reads a string from a text file.
|
|
SaveAsync ( this text, string fileName, |
Writes a string to a text file.
|
public static LoadAsync ( string fileName, |
||
fileName | string | Name of the file. |
folder | The folder. | |
리턴 | Task |
public static SaveAsync ( this text, string fileName, |
||
text | this | The text to write. |
fileName | string | Name of the file. |
folder | The folder. | |
options | CreationCollisionOption | /// The enum value that determines how responds if the fileName is the same /// as the name of an existing file in the current folder. Defaults to ReplaceExisting. /// |
리턴 | System.Threading.Tasks.Task |