Skip to content

fplFileEntry Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing the information for a file or directory (name, type, attributes, etc.). More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplFileAttributeFlags attributes
Attributes.
fplInternalFileEntryHandle internalHandle
Internal file handle.
fplInternalFileRootInfo internalRoot
Internal root info.
char name [FPL_MAX_FILENAME_LENGTH]
Name.
fplFilePermissions permissions
Permissions.
size_t size
Size (Zero when not a file).
fplFileTimeStamps timeStamps
Time stamps.
fplFileEntryType type
Entry type.

Detailed Description

A structure containing the information for a file or directory (name, type, attributes, etc.).

Definition at line 8253 of file final_platform_layer.h.

Field Documentation

attributes

fplFileAttributeFlags fplFileEntry::attributes

Attributes.

Definition at line 8267 of file final_platform_layer.h.

internalHandle

fplInternalFileEntryHandle fplFileEntry::internalHandle

Internal file handle.

Definition at line 8257 of file final_platform_layer.h.

internalRoot

fplInternalFileRootInfo fplFileEntry::internalRoot

Internal root info.

Definition at line 8259 of file final_platform_layer.h.

name

char fplFileEntry::name[FPL_MAX_FILENAME_LENGTH]

Name.

Definition at line 8255 of file final_platform_layer.h.

permissions

fplFilePermissions fplFileEntry::permissions

Permissions.

Definition at line 8263 of file final_platform_layer.h.

size

size_t fplFileEntry::size

Size (Zero when not a file).

Definition at line 8269 of file final_platform_layer.h.

timeStamps

fplFileTimeStamps fplFileEntry::timeStamps

Time stamps.

Definition at line 8261 of file final_platform_layer.h.

type

fplFileEntryType fplFileEntry::type

Entry type.

Definition at line 8265 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally