C# 클래스 OS2Indberetning.BuisnessLogic.FileHandler

FileHandler is responsible for handling reading and writing to text files.
파일 보기 프로젝트 열기: os2indberetning/OS2_Windows_Phone

공개 메소드들

메소드 설명
ReadFileContent ( string filename, string foldername ) : Task

Reads content from a file

WriteFileContent ( string filename, string foldername, string content ) : Task

Writes content to a file

메소드 상세

ReadFileContent() 공개 정적인 메소드

Reads content from a file
public static ReadFileContent ( string filename, string foldername ) : Task
filename string the name of the file
foldername string the name of the folder containing the file
리턴 Task

WriteFileContent() 공개 정적인 메소드

Writes content to a file
public static WriteFileContent ( string filename, string foldername, string content ) : Task
filename string the name of the file
foldername string the name of the folder containing the file
content string The content to be written to the file
리턴 Task