This section provides a comprehensive reference for the File API, which allows applications to interact with the Windows file system.
| Function | Description | Parameters | Return Value | Example |
|---|---|---|---|---|
| CreateFileW | Creates a new file or opens an existing file for access. |
|
A handle to the file object if successful, or 0 if unsuccessful. |
|
| GetFileInfoA | Retrieves information about a file. |
|
TRUE if successful, FALSE if an error occurred. |
|