W Penfold - 2008-08-28

When I try \" \" on a direcotory path that includes spaces, all the backslashes get removed from the directory path...I get the following message:
Directory "J:ISS DocumentationHomer_DocsResLifehousing_selection_and_profilesPLD
OC" does not exist.  Any other suggestions on how to pass a directory path that contains spaces?

Press any key to continue . . .
arguments -url jdbc:oracle:thin:@brutus.ithaca.edu:1521:SISQA -sql SZ_RESLIFE%
-d \"J:\ISS Documentation\Homer_Docs\ResLife\housing_selection_and_profiles\PLDOC\"
-doctitle "RESLIFE_packages" -user ITHACA -password ithaca
Press any key to continue . . .

PLDoc version: 0.8.3.1
Directory "J:ISS DocumentationHomer_DocsResLifehousing_selection_and_profilesPLD
OC" does not exist, creating ...
File cannot be created: J:ISS DocumentationHomer_DocsResLifehousing_selection_an
d_profilesPLDOC\application.xml
java.io.FileNotFoundException: J:ISS DocumentationHomer_DocsResLifehousing_selec
tion_and_profilesPLDOC\application.xml (The system cannot find the path specifie
d)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at net.sourceforge.pldoc.PLDoc.run(PLDoc.java:143)
at net.sourceforge.pldoc.PLDoc.main(PLDoc.java:109)
Press any key to continue . . .