有没有办法将个人 ado 目录的路径存储在宏中?

Is there a way to store the path to the personal ado-directory in a macro?

我知道我使用 personaladopathsysdir 命令看到了我个人 ado 目录的路径。但据我所知,这些命令中的 none 将 return 宏中的路径。有没有其他方法可以将我的 ado 目录的路径保存到宏中?

local path = c(sysdir_personal)

您可以键入 creturn list 以查看存储在 c()

中的所有系统参数和设置