Re: opening files with spaces in pathname?

new topic     » goto parent     » topic index » view thread      » older message » newer message
DanM said...

It's the PATHNAME (path + filename) that has spaces in some of the FOLDER'S NAMES that I think is making the file not open.

Or are you just not concatenating the string properly?

constant PATH = "C:\\Program Files\\Application" 
constant FILE = "filename.txt" 
 
sequence NAME = PATH & '\\' & FILE    -- note the separating backslash 

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu