Class File
Assembly: Net3-Proxy.dll
Syntax
Methods
|
Improve this Doc
View Source
AppendAllLines(String, IEnumerable<String>)
Declaration
public static void AppendAllLines(string path, IEnumerable<string> contents)
Parameters
|
Improve this Doc
View Source
Delete(String)
Declaration
public static void Delete(string fn)
Parameters
Type |
Name |
Description |
String |
fn |
|
|
Improve this Doc
View Source
Exists(String)
Declaration
public static bool Exists(string fn)
Parameters
Type |
Name |
Description |
String |
fn |
|
Returns
|
Improve this Doc
View Source
ReadAllLines(String)
Declaration
public static string[] ReadAllLines(string p)
Parameters
Type |
Name |
Description |
String |
p |
|
Returns
|
Improve this Doc
View Source
ReadAllText(String)
Declaration
public static string ReadAllText(string fn)
Parameters
Type |
Name |
Description |
String |
fn |
|
Returns
|
Improve this Doc
View Source
ReadAllText(String, Encoding)
Declaration
public static string ReadAllText(string fn, Encoding enc)
Parameters
Returns