boolean isDirectory();
Folder is a special type of file. isDirectory() is used to identify if an LFile object is a file or a folder.
true: The folder.
false: The file.
LStorage.h
LFile Class