mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
display properties and resolved url
This commit is contained in:
parent
79c09ec5cd
commit
a38ea1a2e9
@ -5,7 +5,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @package filemanager
|
||||
* @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
|
||||
* @version $Id$
|
||||
*/
|
||||
@ -39,6 +39,9 @@ if (isset($path) && !empty($path))
|
||||
}
|
||||
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);
|
||||
echo "<p><b>is_dir('$path')</b>=".array2string($is_dir)."</p>\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user