51 if (substr($a_path,-1) ==
'/' or substr($a_path,-1) ==
"\\")
53 $a_path = substr($a_path,0,-1);
deleteTrailingSlash($a_path)
delete trailing slash of path variables
redirection script todo: (a better solution should control the processing via a xml file) ...
ilFile()
Constructor get ilias object public.
Base class for all file (directory) operations This class is abstract and needs to be extended...