Home
last modified time | relevance | path

Searched refs:CreateServerFolder (Results 1 – 13 of 13) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl62 &CreateServerFolder($sResourceTypePath);
77 sub CreateServerFolder subroutine
84 $sErrorMsg = &CreateServerFolder($sParent);
H A Dcommands.pl98 $sErrorMsg = &CreateServerFolder($sServerDir);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php75 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
89 function CreateServerFolder( $folderPath, $lastFolder = null ) function
107 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
H A Dcommands.php131 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php77 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
91 function CreateServerFolder( $folderPath, $lastFolder = null ) function
111 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
H A Dcommands.php373 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php75 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
89 function CreateServerFolder( $folderPath, $lastFolder = null ) function
109 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
H A Dcommands.php371 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php77 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
91 function CreateServerFolder( $folderPath, $lastFolder = null ) function
111 $sErrorMsg = CreateServerFolder( $sParent, $folderPath ) ;
H A Dcommands.php372 $sErrorMsg = CreateServerFolder( $sServerDir ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp69 CreateServerFolder sResourceTypePath
75 Sub CreateServerFolder( folderPath ) subroutine
83 If ( NOT oFSO.FolderExists( sParent ) ) Then CreateServerFolder( sParent )
108 SendError sErrorNumber, "CreateServerFolder(" & folderPath & ") : " & sErrDescription
H A Dcommands.asp110 CreateServerFolder sServerDir
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm102 <cfset var sErrorMsg = CreateServerFolder( sResourceTypePath ) >
118 <cffunction name="CreateServerFolder" returntype="String" output="false">