Searched refs:directoryExists (Results 1 – 5 of 5) sorted by relevance
155 <cfif not directoryExists(name)>159 <cfif not directoryExists(currentPath & fs & name)>271 <cfelseif directoryExists(currentFolderPath & newFolderName)>
169 <cfif not directoryExists(name)>173 <cfif not directoryExists(currentPath & fs & name)>
201 <cfelseif directoryExists( currentFolderPath & sNewFolderName )>
2521 public static function directoryExists() function in PHPUnit_Framework_Assert
167 $constraint = PHPUnit_Framework_Assert::directoryExists();