[REBOL] spaces in file names Re:
From: ralph:abooks at: 19-Aug-2000 16:35
> Hi, > > I know you have to enclose file names with spaces within brackets. > %"/c/test/test test.txt" > > But how do you manage file names with spaces in URLs. > For example, > > ftp://usr:[pass--ftp--ftp--com]/test/test test.txt > > Thanks a lot >-- >Fantam >escape the spaces out with a ' ' such as: ftp://usr:[pass--ftp--ftp--com]/test/test test.txt --Ralph Roberts