findtrustedfile (AutoLISP)
在 AutoCAD 信任位置搜索指定文件 支持的平台:仅限 Windows 签名(findtrustedfile filename)
返回值类型:字符串或 nil 包含完全限定文件名的字符串;否则,如果找不到指定的文件。nil 言论该函数不对文件名的文件类型或扩展名做出任何假设。findtrustedfile 例子如果受信任的位置和支持搜索文件路径包含 C:\myapps,并且路径中包含 abc.lsp,则该函数将检索路径名: (findtrustedfile "abc.lsp") "C:\\myapps\\abc.lsp" 如果 abc.lsp 所在的文件夹在受信任位置和支持搜索文件路径中都不存在,则返回 。findtrustedfilenil (findtrustedfile "abc.lsp") nil 相关概念 |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-1-19 07:23
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.