Overload | Description |
---|---|
WriteFile(FileInfo,String) | Writes the file to disk, will create the directory if needed. Will replace any data in file exists |
WriteFile(FileInfo,Byte[]) | Writes the file to disk, will create the directory if needed. Will replace any data in file exists |