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...

----- Original Message ----- From: "Chris Burke" <[EMAIL PROTECTED]>
To: "Programming forum" <[email protected]>
Sent: Saturday, February 18, 2006 11:16 AM
Subject: Re: [Jprogramming] jpath bug ?


JCCoez wrote:
When the path contains un space, jpath returns only the string up to the
first space. I am using J504 on Windows Xp. Am I missing something ?
JCC

What exactly is the problem? The jpath verb does not seem to treat
spaces specially, for example:

  jpath 'abc def'
abc def

  jpath '~system/abc def'
/home/chris/j601/system/abc def
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
---------------------------------------------------------------------------------------
Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail.
Aucun virus connu a ce jour par nos services n'a ete detecte.





----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to