JCCoez wrote: > I use jpath '~xxx/yyy' and the script is running in a subdirectory such > as 'c:\mydir games\myappl'. The jpath returns 'c:\mydir'. > I know that the use of spaces in directory names is not so good, but my > final user does'nt know that...
In J504 Windows, I created a directory "c:\abc def" and gave that the folder name foo. Then: jpath '~foo/yyy' c:\abc def\yyy So this seems to work. Please check USERFOLDERS_j_. This has the folder information, and perhaps your folder is actually defined as c:\mydir. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
