Message 1 of 10
Autolisp get the the full file name of the active lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am needing a way to get the full name of the active lisp. I am looking for a method to obtain the file name and path of the active lisp. I am aware of dos_lisplist, however not all users have doslib installed. I am able to get the current WScript with WScript.ScriptName. I am able to get the current vb.net with My.Application.Info. I am trying to do this through lisp.
I am trying to do create a self stamp to determine the iteration/version of the active lsp or fas. I am using both vl-file-systime and vlax-create-object Scripting.FilesystemObject DateLastModified. I need the full name to get this information.