EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASMessage.GetFileOptions

TElASMessage     See also    


 

Retrieves file name, file creation time and file modification time from file system.

 
 

Declaration

[C#]
    void GetFileOptions(string FilePath);

[VB.NET]
    Sub GetFileOptions(ByVal FilePath As String)

[Pascal]
    procedure GetFileOptions(const FilePath : string);

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    not implemented;
 
 

Parameters

  • FilePath - path to the file which attributes should be read
 
 

Description

    Use this method to retrieve file name, file creation and modification times from file system. This method also detects file content type basing on its extension.

 
 

See also:     SetFileOptions    

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