|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-09-19 22:06 UTC] jehy at valar dot ru
Description: ------------ For some magical reasons, on windows, when you use relative path for extracting, rar extracts in "Documents and Settings\UserName"... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 24 03:00:02 2025 UTC |
Sorry, I was too tired to write a normal bug report... Code example: ##opening,reading archive... $entry = rar_entry_get($rar_file, $entry->name);#all ok $t=$entry->extract(false,'.'); if(!$t) echo 'Not extracted';#does not output And the file extracts not to the current working directory but to "documents and settings/UserName" where UserName is my currently used username.