Files
MCLEClient/include/lce_filesystem/lce_filesystem.h
T
2026-05-12 20:57:36 -04:00

7 lines
231 B
C

#pragma once
bool FileOrDirectoryExists(const char* path);
bool FileExists(const char* path);
bool DirectoryExists(const char* path);
bool GetFirstFileInDirectory(const char* directory, char* outFilePath, size_t outFilePathSize);