Need Lisp help
I tried to get this routine to search a network drive instead of the local "c" drive. See attached - the drive I want it to access is labled as (\\storage) (z:). Can someone tell me how to get lisp to do this?
0
Comments
-
i don't know how doslib works, but have jou tried to change this line [code]
(dos_getfilem "Select files to print.." "C:\\""Drawing Files (*.dwg)|*.dwg"))
[/code]
to this
[code](dos_getfilem "Select files to print.." "Z:\\""Drawing Files (*.dwg)|*.dwg"))
[/code]0 -
Thanks Martin! That did the trick, just didn't think it would be THAT simple.0
This discussion has been closed.