EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.GetFileTime

TElAS3Client    


 

Determines file creation date and time.

 
 

Declaration

[C#]
    DateTime GetFileTime(string AFilename);

[VB.NET]
    Function GetFileTime(ByVal AFilename As String) As DateTime

[Pascal]
    function GetFileTime(const AFilename: string): TDateTime;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AFileName - name of the file
 
 

Return value

    File creation date and time.

 
 

Description

    Use this method to obtain creation time of the file on the server.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation