Helchan 10 Posted February 7, 2015 i want to creat a lisp program that when i drag the lisp file into cad window then get the file's path , but i don't know how to do for that Quote Share this post Link to post Share on other sites
Ahankhah 11 Posted February 7, 2015 There is no any direct way to know the path of the loaded lisp file. Of course, you can refer to: 1- Recent files of windows. 2- Registry written by appload, if you added you file to appload suitcase or loaded your lisp via appload. 4- use (findfile) function to obtain full path of your file, if it is in path and you know the exact name of your file. Quote Share this post Link to post Share on other sites