Focal Point
Error FOC358

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3921048331

March 22, 2005, 05:21 PM
<Kacy>
Error FOC358
I am trying to send a file out to a directory. I would like it to go into a folder called SHARED PROJECTS - which has a space. Webfocus does not seem to like this. Here is my code
FILEDEF CENSUS DISK \\KAY\SHARED\SHARED PROJECTS\WEBSITE\IAPPS\CENSUS.TXT

There is a space between shared and projects.
Does anyone know a work around for this problem?
March 22, 2005, 05:27 PM
Leo L
and if it does not have a space does it works?

I guess one way would be to use the dos 8 character version and see if it works
\\KAY\SHARED\SHARED~1\
WEBSITE\IAPPS\CENSUS.TXT


Leo
March 22, 2005, 05:39 PM
<ejaf>
you could also try adding double quotes around the phrase with the embedded space, for eg.

FILEDEF CENSUS DISK \\KAY\SHARED\"SHARED PROJECTS"\WEBSITE\IAPPS\CENSUS.TXT

good luck
P.
March 22, 2005, 05:40 PM
<Kacy>
This worked great - thanks for your help!
March 23, 2005, 02:53 PM
Boogarweed
Which solution worked??
March 30, 2005, 01:01 PM
<Kacy>
The first solution posted by Leo L worked, the second did not.
March 30, 2005, 07:29 PM
<schulzhj>
I think, that's an easy one.
Try to place
"SHARED PROJECTS" in quotes. That should work.

FILEDEF CENSUS DISK \\KAY\SHARED\"SHARED PROJECTS"\WEBSITE\IAPPS\CENSUS.TXT

Regards Achim