code reverted

This commit is contained in:
Vladimir Enchev
2016-02-18 11:45:51 +02:00
parent 7c83f704e6
commit 14c7430df6
3 changed files with 4 additions and 5 deletions

View File

@ -148,7 +148,7 @@ export class FileSystemAccess {
public fileExists(path: string): boolean {
var result = this.exists(path);
return result.exists && !result.isDirectory;
return result.exists;
}
public folderExists(path: string): boolean {