diff --git a/filemanager/test.php b/filemanager/test.php index 8011e5ce53..24e8743614 100644 --- a/filemanager/test.php +++ b/filemanager/test.php @@ -5,7 +5,7 @@ * @link http://www.egroupware.org * @package filemanager * @author Ralf Becker - * @copyright (c) 2009 by Ralf Becker + * @copyright (c) 2009-13 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -39,6 +39,9 @@ if (isset($path) && !empty($path)) } echo "\n"; + echo "

egw_vfs::propfind('$path')=".array2string(egw_vfs::propfind($path))."

\n"; + echo "

egw_vfs::resolve_url('$path')=".array2string(egw_vfs::resolve_url($path))."

\n"; + $is_dir = egw_vfs::is_dir($path); echo "

is_dir('$path')=".array2string($is_dir)."

\n";