I've just found a problem with xplorer2.
When I double-click on a Visual Basic 6 project or TCL file, the directory directory that the project starts is NOT the current directory shown in xplorer2. Rather, the current directory is always defaulted to C:\Program Files\zabkat\xplorer2_lite\snap
This is a big issue, because the TCL scripts I execute manipulate files and folders with relative paths, and when run through xplorer2 they always fail. Likewise, VB projects have the wrong startup directory, so the default directory when creating or saving a file (in code) is the zabkat directory, NOT the current directory. While not such a big deal for VB, it's a show stopper so far as tcl scripts are concerned.
Charles.
Bug report: wrong startup directory when running tcl scripts
Moderators: fgagnon, nikos, Site Mods
-
- New Member
- Posts: 5
- Joined: 2004 Aug 09, 19:34
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 5
- Joined: 2004 Aug 09, 19:34
Okay
Okay, that fixed the problem there, but what does "don't lock browsed folder" have anything to do with the current startup directory of a file run from that folder?
There's not a whole lot of info as to what those advanced options do (What the heck is a natural number sort?). I was hoping the "don't lock browsed folder" option would elliminate the annoying deletion problems I had with the previous version of xplorer2. (ie: Can't delete a folder that's open or has ever been opened with xplorer2)
Charles.
There's not a whole lot of info as to what those advanced options do (What the heck is a natural number sort?). I was hoping the "don't lock browsed folder" option would elliminate the annoying deletion problems I had with the previous version of xplorer2. (ie: Can't delete a folder that's open or has ever been opened with xplorer2)
Charles.
-
- Site Admin
- Posts: 3737
- Joined: 2003 Sep 08, 19:56
- Location: Springfield
Normally x2 designates the active folder as being the current working directory (cwd) to the windoze shell. And this is exactly what one wants when using other apps that operate in the shell's cwd. However, that effectively locks that folder from being deleted. moved, renamed, etc.
Because many folks do not use apps of this kind, and are more interested in being able to rename or delete or move directories from the tree (Old habits permitted by Windoze Explorer), nikos had to find a solution. The 'solution' is to provide an option to keep the cwd pinned at x2's starting directory (or other user speciable directory). ... Not very elegant in my mind, but reasonably effective for most users. Unfortunately this method only lets one choose "either/or", not "both/and".
--added--
As for 'natural' number sort, that's: 1, 2, 3, ... 8, 9, 10, 11, ...
vs ascii sort: 1, 10, 11, ... 2, 3, ... 8, 9 ...
The natural sort feature is only available in XP & up.
Because many folks do not use apps of this kind, and are more interested in being able to rename or delete or move directories from the tree (Old habits permitted by Windoze Explorer), nikos had to find a solution. The 'solution' is to provide an option to keep the cwd pinned at x2's starting directory (or other user speciable directory). ... Not very elegant in my mind, but reasonably effective for most users. Unfortunately this method only lets one choose "either/or", not "both/and".
--added--
As for 'natural' number sort, that's: 1, 2, 3, ... 8, 9, 10, 11, ...
vs ascii sort: 1, 10, 11, ... 2, 3, ... 8, 9 ...
The natural sort feature is only available in XP & up.
Last edited by fgagnon on 2005 Sep 16, 21:11, edited 1 time in total.
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK