GDAL
Public Attributes | List of all members
VSIDIREntry Struct Reference

Directory entry. More...

#include <cpl_vsi.h>

Public Attributes

char * pszName
 Filename.
 
int nMode
 File mode.
 
vsi_l_offset nSize
 File size.
 
GIntBig nMTime
 Last modification time (seconds since 1970/01/01)
 
char bModeKnown
 Whether nMode is known: 0 = unknown, 1 = known.
 
char bSizeKnown
 Whether nSize is known: 0 = unknown, 1 = known.
 
char bMTimeKnown
 Whether nMTime is known: 0 = unknown, 1 = known.
 
char ** papszExtra
 NULL-terminated list of extra properties.
 

Detailed Description

Directory entry.

Member Data Documentation

◆ nMode

int VSIDIREntry::nMode

File mode.

See VSI_ISREG() / VSI_ISDIR()


The documentation for this struct was generated from the following file: