aboutsummaryrefslogtreecommitdiff
path: root/include/lce_filesystem/lce_filesystem.h
blob: 11d1bf5ba655df1a3b3d3a72b08acd64937c6ff6 (plain)
1
2
3
4
5
6
#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);