Message 1 of 5
Double quotes within a string

Not applicable
01-22-2016
02:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
(setq FILEPATH "D:\\test\\csvextract\\Errorlog.txt") ;FILEPATH is a variable
I want to write below line as it is to a text file. Assume that is "D:\\dummy.txt"
(see "notepad" "D:\\test\\csvextract\\Errorlog.txt")
I want to use FILEPATH variable to achieve the above line in that text file. please help.