I've been using FileDal() to check if a file exists in the file system but when I use the function isFile to test if the path is actually a file it is returning false.
If I use the exists() function then it returns true. So I know the file is there.
Are there any known issues with this class?