File And Path Functions
Function |
Description |
Close an opened file handle. |
|
Creates a new file from the filename specified. |
|
Creates a new file from the filename specified. |
|
Tests if a file exists at the path and file name in the zero terminated string. |
|
Tests if a file exists at the path and file name in the zero terminated string. |
|
Returns the size of a file, from a file handle. |
|
Flush a files buffers to disk. |
|
Create a file mapping for shared memory. |
|
Opens an existing file from the filename specified. |
|
Opens an existing file from the filename specified. |
|
Read a file using a file handle. |
|
Reads a disk file into memory and returns the address and length in two QWORD variables. |
|
Reads a disk file into memory and returns the address and length in two QWORD variables. |
|
Returns the size of a file if it exists. |
|
Returns the size of a file if it exists. |
|
Unmap a file mapping that was used for shared memory. |
|
Write a file using a file handle. |
|
Write the contents of a memory buffer to a disk file. |
|
Write the contents of a memory buffer to a disk file. |
|
Returns the address of the running application’s path as a zero terminated string with the filename removed. |
|
Reads the path of a complete full filename and path and returns just the path portion in the destination buffer. |
|
Reads the filename from a complete path and returns it in the buffer specified. |
ANSI File Function |
Description |
Creates a new file from the filename specified. |
|
Tests if a file exists at the path and file name in the zero terminated string. |
|
Opens an existing file from the filename specified. |
|
Reads a disk file into memory and returns the address and length in two QWORD variables. |
|
Returns the size of a file if it exists. |
|
Write the contents of a memory buffer to a disk file. |
UNICODE File Function |
Description |
Creates a new file from the filename specified. |
|
Tests if a file exists at the path and file name in the zero terminated string. |
|
Opens an existing file from the filename specified. |
|
Reads a disk file into memory and returns the address and length in two QWORD variables. |
|
Returns the size of a file if it exists. |
|
Write the contents of a memory buffer to a disk file. |