Enter description here...
unknown
acceptCopy
(unknown_type $to)
Enter description here...
unknown
containingDirectory
(unknown_type $dir)
Enter description here...
unknown
createDirectory
(unknown_type $dir, [unknown_type $onlyCheck = false])
-
unknown_type
$dir
-
unknown_type
$onlyCheck
Enter description here...
unknown
deleteDirectory
(unknown_type $dir)
Enter description here...
unknown
deleteFile
(unknown_type $file)
Enter description here...
unknown
forceCopy
(unknown_type $from, unknown_type $to)
-
unknown_type
$from
-
unknown_type
$to
Singleton accessor
void
&getInstance
()
Enter description here...
unknown
lightCopy
(unknown_type $from, unknown_type $to)
-
unknown_type
$from
-
unknown_type
$to
Enter description here...
unknown
makeDirectory
(unknown_type $dir)
Chmods files and directories recursively to mos global permissions. Available from 4.5.2 up.
TRUE=all
mosChmod
(path $path, filemode 1, dirmode 2)
-
filemode
1: Integer value to chmod files. NULL = dont chmod files.
-
dirmode
2: Integer value to chmod directories. NULL = dont chmod directories.
-
path
$path: The starting file or directory (no trailing slash)
Chmods files and directories recursively to given permissions. Available from 4.5.2 up.
TRUE=all
mosChmodRecursive
(path $path, [filemode $filemode = NULL], [dirmode $dirmode = NULL])
-
path
$path: The starting file or directory (no trailing slash)
-
filemode
$filemode: Integer value to chmod files. NULL = dont chmod files.
-
dirmode
$dirmode: Integer value to chmod directories. NULL = dont chmod directories.
Function to strip additional / or \ in a path name
void
mosPathName
(string $p_path, [boolean $p_addtrailingslash = true])
-
string
$p_path: The path
-
boolean
$p_addtrailingslash: Add trailing slash
Enter description here...
void
setPermissions
(unknown_type $fileSysObject)
-
unknown_type
$fileSysObject
Enter description here...
unknown
simpleCopy
(unknown_type $from, unknown_type $to)
-
unknown_type
$from
-
unknown_type
$to