forked from extern/egroupware
display properties and resolved url
This commit is contained in:
parent
79c09ec5cd
commit
a38ea1a2e9
@ -5,7 +5,7 @@
|
|||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @package filemanager
|
* @package filemanager
|
||||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||||
* @copyright (c) 2009 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
* @copyright (c) 2009-13 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -39,6 +39,9 @@ if (isset($path) && !empty($path))
|
|||||||
}
|
}
|
||||||
echo "</h2>\n";
|
echo "</h2>\n";
|
||||||
|
|
||||||
|
echo "<p><b>egw_vfs::propfind('$path')</b>=".array2string(egw_vfs::propfind($path))."</p>\n";
|
||||||
|
echo "<p><b>egw_vfs::resolve_url('$path')</b>=".array2string(egw_vfs::resolve_url($path))."</p>\n";
|
||||||
|
|
||||||
$is_dir = egw_vfs::is_dir($path);
|
$is_dir = egw_vfs::is_dir($path);
|
||||||
echo "<p><b>is_dir('$path')</b>=".array2string($is_dir)."</p>\n";
|
echo "<p><b>is_dir('$path')</b>=".array2string($is_dir)."</p>\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user