| View previous topic :: View next topic |
| Author |
Message |
Rulatir
Joined: 18 May 2009 Posts: 1 Location: Warsaw, Poland
|
Posted: Mon May 18, 2009 4:46 am Post subject: VFS - semantics of methods? |
|
|
VFS is badly underdocumented. For example I can only guess whether rename() can be used to rename directories, and if so, should I write
| Code: | | $vfs->rename(dirname($from), basename($from), dirname($to), basename($to)); |
or
| Code: | | $vfs->rename($from, "", $to, ""); |
in order to rename directory? Or maybe I should use nulls instead of empty strings?
Are there any tutorials for VFS? Does anyone have any trial-and-error experience to share? I am going to examine sources now... |
|
| Back to top |
|
 |
agreed
Joined: 27 Feb 2010 Posts: 1
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|