PRJ_FILE_BASIC_INFO structure (projectedfslib.h)

Basic information about an item.

Syntax

typedef struct PRJ_FILE_BASIC_INFO {
  BOOLEAN       IsDirectory;
  INT64         FileSize;
  LARGE_INTEGER CreationTime;
  LARGE_INTEGER LastAccessTime;
  LARGE_INTEGER LastWriteTime;
  LARGE_INTEGER ChangeTime;
  UINT32        FileAttributes;
} PRJ_FILE_BASIC_INFO;

Members

IsDirectory

Specifies whether the item is a directory.

FileSize

Size of the item, in bytes.

CreationTime

Creation time of the item.

LastAccessTime

Last time the item was accessed.

LastWriteTime

Last time the item was written to.

ChangeTime

The last time the item was changed.

FileAttributes

Attributes of the item.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Header projectedfslib.h