more pwd blues itcl
when making a dir via cmd line in ffxp, you get the 2 exact halves of the pwd in $pwd && second part of $args, so u can join the 2. when making folder via upload, $pwd contains users curr pwd, but $args also contains full pwd to dir being made, kinda hard to build a proper pwd from this info, no way to check what is correct pwd, unless using client who info :?
or am i missing something (maybe?)
nm. i c how its going now, if MKD contains / in arg then its gonna make dir from vfs path contained in arg, else will make in users current pwd.
|