Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Whee
WordBuilder
Helpers
FileSystem
C# 클래스 Whee.WordBuilder.Helpers.FileSystem
상속:
IFileSystem
파일 보기
프로젝트 열기: alfar/WordBuilder
공개 메소드들
메소드
설명
FileSystem
( ) :
System
ReadAllText
(
string
path
) :
string
WriteAllText
(
string
path
,
string
text
) :
void
메소드 상세
FileSystem()
공개
메소드
public
FileSystem
( ) :
System
리턴
System
ReadAllText()
공개
메소드
public
ReadAllText
(
string
path
) :
string
path
string
리턴
string
WriteAllText()
공개
메소드
public
WriteAllText
(
string
path
,
string
text
) :
void
path
string
text
string
리턴
void