Class FileHelper
The file helper.
Inherited Members
Namespace: Code.Library.Helpers
Assembly: Code.Library.dll
Syntax
public static class FileHelper
Methods
| Improve this Doc View SourceDeleteFile(string)
Deletes the specified file.
Declaration
public static void DeleteFile(string fileName)
Parameters
Type | Name | Description |
---|---|---|
string | fileName | The file name. |
GetFileViaFTP(string, string, string, string, string)
Gets file via ftp.
Declaration
public static void GetFileViaFTP(string downloadTo, string filename, string ftpAddress, string ftpUsername, string ftpPassword)