GETFILED with spaced in folder name???

GETFILED with spaced in folder name???

DC-MWA
Collaborator Collaborator
534 Views
7 Replies
Message 1 of 8

GETFILED with spaced in folder name???

DC-MWA
Collaborator
Collaborator

Is there a way to get GETFILED to search in folder with space in the name???

 

(setq getit (getfiled "HAB-Select Drawing to Steal from Template" "F:/CAD-Support/TEMPLATES/HAB Template" "dwg" 8))

0 Likes
Accepted solutions (1)
535 Views
7 Replies
Replies (7)
Message 2 of 8

CADaSchtroumpf
Advisor
Advisor

And with this ?

(setq getit (getfiled "HAB-Select Drawing to Steal from Template" "F:\\CAD-Support\\TEMPLATES\\HAB Template" "dwg" 8))
0 Likes
Message 3 of 8

Derrick_devtec
Participant
Participant

Thanks for reply. I tried it... no luck. I tried putting in a variable. no luck.

0 Likes
Message 4 of 8

DC-MWA
Collaborator
Collaborator
Sorry wrong log in
0 Likes
Message 5 of 8

CADaSchtroumpf
Advisor
Advisor

@DC-MWA  a écrit :
to search in folder with space in the name???

Does this return something or nil?

(findtrustedfile "HAB Template.dwg")

0 Likes
Message 6 of 8

paullimapa
Mentor
Mentor
Accepted solution

Include an additional slash at the end of your folder:

(setq getit (getfiled "HAB-Select Drawing to Steal from Template" "F:/CAD-Support/TEMPLATES/HAB Template/" "dwg" 8))

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 7 of 8

DC-MWA
Collaborator
Collaborator
Thank you. I feel a little foolish at this point, but the problem is solved.
0 Likes
Message 8 of 8

paullimapa
Mentor
Mentor

no problem...we're all here to assist...cheers!!!


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes