EldoS
 Table of Contents >  SolFSStorage.UseAccessTime property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.UseAccessTime property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage    

Overview

Defines whether last access time is written to storage when the file/folder is accessed.

Declaration

[Pascal]
    property UseAccessTime: Boolean;

[DLL]
    long _stdcall StorageGetUseAccessTime(unsigned long Storage, char *Value);

[C++ (DLL/Lib)]
    bool get_UseAccessTime()
    void set_UseAccessTime(bool Value)

[C++ (VCL)]
    __property bool UseAccessTime={ nodefault };

[C++ (.NET)]
    bool get_UseAccessTime()
    void set_UseAccessTime(bool Value)

[C#]
    bool UseAccessTime;

[VB.NET]
    Property UseAccessTime As Boolean

[DLL]  Parameters

  • Storage - handle to the storage returned by Create or Open function.
  • Value - specifies whether last access time writes to storage when file/folder is accessed.

[DLL]  Return values

0 if the function succeeded or one of Error codes if the function failed.

Description

This property defines whether last access time is written to storage when the file/folder is accessed.
Writing access time slows down the operations.

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