mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Add a variant of love.filesystem.getInfo which filters based on file type. getInfo(filename, "directory") will only return info for non-symlinked directories, for example.
This commit is contained in:
@@ -265,6 +265,7 @@ public:
|
||||
|
||||
static bool getConstant(const char *in, FileType &out);
|
||||
static bool getConstant(FileType in, const char *&out);
|
||||
static std::vector<std::string> getConstants(FileType);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user