Class FileImpl
Inheritance
System.Object
FileImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System.IO
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class FileImpl
Methods
| Improve this Doc View SourceWriteAllBytes(String, Byte[])
Declaration
public static void WriteAllBytes(string path, byte[] aData)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.Byte[] | aData |
WriteAllLines(String, String[])
Declaration
public static void WriteAllLines(string path, string[] contents)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
System.String[] | contents |