Searched refs:isDirectory (Results 1 – 13 of 13) sorted by relevance
58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()132 if (file.isDirectory()) in accept()195 if (file.isDirectory()) in accept()
120 public function isDirectory(Path $path): bool function in ComboStrap\\LocalFileSystem 155 if (FileSystems::isDirectory($childPath)) {160 if (!FileSystems::isDirectory($childPath)) {188 if (FileSystems::isDirectory($path)) {
139 public static function isDirectory(Path $path): bool function in ComboStrap\\FileSystems 144 return LocalFileSystem::getOrCreate()->isDirectory($path);146 return WikiFileSystem::getOrCreate()->isDirectory($path);
47 if (FileSystems::isDirectory($childPath)) {
104 public function isDirectory(Path $path): bool function in ComboStrap\\WikiFileSystem 107 // and not FileSystems::isDirectory($path->toLocalPath());
264 if (FileSystems::isDirectory($this->defaultContextPath)) {
743 if (FileSystems::isDirectory($wikiPath)) {
632 if (FileSystems::isDirectory($path)) {
196 if (FileSystems::isDirectory($path)) {
25 isDirectory = (dir) ->26 fs.existsSync(dir) and fs.statSync(dir).isDirectory()39 not isDirectory file
455 public function isDirectory() function in Hoa\\File\\Generic
302 if (outStat.isDirectory())385 if (stat.isDirectory() && isRecursive)396 else if (inStat.isDirectory())
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...