EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASMessage.SetFileOptions

TElASMessage     See also    


 

Restores file creation time and file modification time in file system.

 
 

Declaration

[C#]
    void SetFileOptions(string FilePath);

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

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

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    not implemented;
 
 

Parameters

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

Description

    Use this method to set file creation and modification times in file system.

 
 

See also:     GetFileOptions    

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