Actions
Bug #9
closedWin 98 Not recognized - error in getting working dir
Start date:
02/04/2000
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
9
Description
Error reported in getting the current working directory. Problem apparently
stems from hardcoded path the 'System32' directory in code that finds current
working directory. (should be 'system' directory in Win95/98).
Java code apparently tries to run command.com to find current working directory.
Suggest the code be changed to use Java System property for working directory, a
method that is platform independent.
Actions