Open Files 5.3.0
Multi-Platform Event-Driven Application Framework
_OFC_FILE_RENAME_INFO Struct Reference

#include <file.h>

Data Fields

OFC_BOOL ReplaceIfExists
 
OFC_HANDLE RootDirectory
 
OFC_DWORD FileNameLength
 
OFC_WCHAR FileName [1]
 

Detailed Description

Contains the name to which the file should be renamed

Examples
test_file.c.

Field Documentation

◆ FileName

OFC_WCHAR _OFC_FILE_RENAME_INFO::FileName[1]

The New File Name

Examples
test_file.c.

◆ FileNameLength

OFC_DWORD _OFC_FILE_RENAME_INFO::FileNameLength

The size of the FileName

Examples
test_file.c.

◆ ReplaceIfExists

OFC_BOOL _OFC_FILE_RENAME_INFO::ReplaceIfExists

OFC_TRUE to replace an existing file if it exists

Examples
test_file.c.

◆ RootDirectory

OFC_HANDLE _OFC_FILE_RENAME_INFO::RootDirectory

A Handle to the root directory of the file to be renamed

Examples
test_file.c.

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