As double quote is added in the beginning and end of a expression, so it is used by the system as special character, then how do i want to use it in a expression as i can't do like following?
" I want this " to be part of the expression."
" I want this " to be part of the expression."
Yes, i'm using the expression in VEE. Could you please explain this more detail? As what i need to do is to create some folders under existing folder with space seperated name like "My documents", and i use command line mode to create the folder as "CMD /C MD "+A, where a is the path like "c:\my documents\a" that i need to create the folder, but since the parent folder name is space seperated, so i can't just make the expression like above but should include the double quotes before and after the path in order for the system to create the folder correctly. And this double quotes is not recognized by the system as "path specifier" something like that.
Attachments