programming - c - structs - _finddata_tWhat links here?
/*
 * The following structure is filled in by _findfirst or _findnext when
 * they succeed in finding a match.
 */
struct _finddata_t
{
    unsigned    attrib;                 /* Attributes, see constants below. */
    time_t      time_create;
    time_t      time_access;            /* always midnight local time */
    time_t      time_write;
    _fsize_t    size;
    char        name[FILENAME_MAX];     /* may include spaces. */
};


/* * Attributes of files as returned by _findfirst et al. */
  1. define _A_NORMAL 0x00000000
  2. define _A_RDONLY 0x00000001
  3. define _A_HIDDEN 0x00000002
  4. define _A_SYSTEM 0x00000004
  5. define _A_VOLID 0x00000008
  6. define _A_SUBDIR 0x00000010
  7. define _A_ARCH 0x00000020
Defined in [io.h]
programming - c - structs - _finddata_t
programming - C - structs _finddata_t
programming - C - function gmtime
tk:tk_entry
programming - C - function rewind
tk - tk_label
programming:windows:WM_COMMAND
tk:tk_label
programming - C - function fseek
programming:c:gmtime
programming:c:time
programming - C - type time_t
programming - windows - windows
programming:windows:window value offsets
programming - C - function strtok
programming - C - function ftell
programming - windows - WM_CREATE
Time internal format
filename:programming - c - structs - _finddata_t
filename:programming%20%2D%20c%20%2D%20structs%20%2D%20_finddata_t
last edit:April 09 2009 22:53:20 (6000 days ago)
ct = 1757737958.000000 = September 13 2025 00:32:38
ft = 1239332000.000000 = April 09 2009 22:53:20
dt = 518405958.000000