Click or drag to resize

FTPGetFileCreatedDateTime Method

Get the date and time a file was created

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public string GetFileCreatedDateTime(
	string pFileName
)

Parameters

pFileName
Type: SystemString

[Missing <param name="pFileName"/> documentation for "M:SIC.File.FTP.GetFileCreatedDateTime(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.File.FTP.GetFileCreatedDateTime(System.String)"]

Examples
string fileDateTime = ftpClient.GetFileCreatedDateTime("etc/test.txt");
Console.WriteLine(fileDateTime);
See Also