Searched refs:CreateServerFolder (Results 1 – 13 of 13) sorted by relevance
62 &CreateServerFolder($sResourceTypePath);77 sub CreateServerFolder subroutine84 $sErrorMsg = &CreateServerFolder($sParent);
98 $sErrorMsg = &CreateServerFolder($sServerDir);
75 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;89 function CreateServerFolder( $folderPath, $lastFolder = null ) function107 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
131 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
77 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;91 function CreateServerFolder( $folderPath, $lastFolder = null ) function111 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
373 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
75 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;89 function CreateServerFolder( $folderPath, $lastFolder = null ) function109 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
371 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
372 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
69 CreateServerFolder sResourceTypePath75 Sub CreateServerFolder( folderPath ) subroutine83 If ( NOT oFSO.FolderExists( sParent ) ) Then CreateServerFolder( sParent )108 SendError sErrorNumber, "CreateServerFolder(" & folderPath & ") : " & sErrDescription
110 CreateServerFolder sServerDir
102 <cfset var sErrorMsg = CreateServerFolder( sResourceTypePath ) >118 <cffunction name="CreateServerFolder" returntype="String" output="false">