Searched refs:directoryExists (Results 1 – 6 of 6) 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 )>
104 <cfif not directoryExists(currentPath & fs & name)>114 <cfif not directoryExists(userFilesServerPath & url.type)>314 <cfelseif directoryExists(currentFolderPath & newFolderName)>
2521 public static function directoryExists() function in PHPUnit_Framework_Assert
167 $constraint = PHPUnit_Framework_Assert::directoryExists();