Re: IDE and files with spaces in path name

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanks, Wolf

Works like a champ!

Judith

On Thu, 11 Jan 2001 19:58:51 -0500, wolfgang fritz <wolfritz at KING.IGS.NET>
wrote:

>... how about using current_dir() and chdir(), in your program segment ?
>example:
>sequence current_path,odd_path
>current_path=current_dir()
>odd_path="C:\\ab cd\\"
>atom go,there,now
>-- without error checking  blink
>go=chdir(odd_path)
>there=system_exec("exw yourprogram.exw",0)
>now=chdir(current_path)
>---- now check for ex.err
>...if I understand your 'flow', this worked OK for me
>
>Wolf

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu