Ignore:
Timestamp:
12/26/24 01:40:08 (3 weeks ago)
Author:
Maciej Komosinski
Message:

Added Vstat(), Vdelete(), Vsettime() to VirtFILE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/virtfile/stdiofile.h

    r820 r1328  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2024  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    1818        bool Vmkdir(const char* path) { return makeDirectory(path); }
    1919        bool Vdirexists(const char* path, bool is_writable);
     20        bool Vdelete(const char* path);
     21        bool Vstat(const char* path, Stat* stat);
     22        bool Vsettime(const char* path, double timestamp);
    2023};
    2124
Note: See TracChangeset for help on using the changeset viewer.