Hi,
danke erstmal für die schnelle Antwort.
Ich hab erstmal versucht überhaupt den “Zugriff” auf vfs hinzukriegen.
Wie sehen denn die Pfade dort aus?
Ich wollte einfach erstmal auf das Verzeichnis der Gruppe "gruppe843"
zugreifen, wo später die Ordner hin sollen.
Ich vermute, dass ich den falsche Pfad angebe?
$this->create_header();
$path = "/egroupware/webdav.php/home/gruppe843/";
$path = ‘/home/gruppe843’;
$is_dir = egw_vfs::is_dir($path);
echo
“
is_dir(’".utf8_encode($path)."’)==”.array2string($is_dir)."
\n";
EGroupware is inzwischen komplett utf8, da musst du nix mehr umkodieren,
speziell das vfs ist immer im gleichen Zeichensatz wie die EGroupware.
Ein paar Zeichen werden noch speziell codiert, dh. bei Ausgabe zum User
machst du normal egw_vfs::decodePath($path).
Ralf
$this->create_footer();
Ausgabe: is_dir(’/egroupware/webdav.php/home/BAM843’)==FALSE
Danke und mfg,
DerTobi
–
View this message in context: http://egroupware.219119.n3.nabble.com/Zugriff-auf-Dateimanager-uber-eine-andere-Anwendung-tp3986995p3987000.html
Sent from the egroupware-german mailing list archive at Nabble.com.
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
egroupware-german mailing list
egroupware-german@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-german
–
Ralf Becker
Director Software Development
Stylite AG
Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30
Email: rb@stylite.de
www.stylite.de | www.egroupware.org
Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer
VAT DE214280951 | Registered HRB 31158 Kaiserslautern Germany
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
egroupware-german mailing list
egroupware-german@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-german