Re: Trying to concatenating strings to a file path

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

Hi

I've had this pain before, the confusion arising from "
", "\" and '\', remembering that a \ is also an escape character.

I've not recently tested this, but sometimes it's easier to say

object slash = '\'

and then use that in your directory / filename creation

eg

 "c:\\the_directory\\the_subdirectory" & slash & the_filename_sequence 

or some variance thereof.

Cheers

Chris

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

Search



Quick Links

User menu

Not signed in.

Misc Menu