Posted By:
Tonio_Caputo
Posted On:
Wednesday, March 6, 2002 06:43 AM
Remember "" character is the "escape"
character (recall "
", " ", etc...)
If you need to write de bask-slash character
you must escape it, example:
C:\rootdir\mydir.
Hope that helps.