Files
DrPerkyLegit-LCEServerTest/include/lce_filesystem/lce_filesystem.h
2026-05-16 11:30:28 -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);