Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Whee
WordBuilder
Helpers
FileSystem
C# Class Whee.WordBuilder.Helpers.FileSystem
Inheritance:
IFileSystem
ファイルを表示
Open project: alfar/WordBuilder
Public Methods
Method
Description
FileSystem
( ) :
System
ReadAllText
(
string
path
) :
string
WriteAllText
(
string
path
,
string
text
) :
void
Method Details
FileSystem()
public
method
public
FileSystem
( ) :
System
return
System
ReadAllText()
public
method
public
ReadAllText
(
string
path
) :
string
path
string
return
string
WriteAllText()
public
method
public
WriteAllText
(
string
path
,
string
text
) :
void
path
string
text
string
return
void