IronScheme 中加载源文件的当前目录是什么?
IronScheme 中是否有类似的命令(例如 cd、pwd)对当前工作目录进行操作?我想获取 (load "source.ss")
使用的目录。
此外,由于IronScheme是一个标准Scheme,我认为在其他Scheme中工作的功能也可以在这里工作。
Is there any similar command such as cd
, pwd
which operate on current working directory in IronScheme? I want to get the directory which is used by (load "source.ss")
.
Besides, since IronScheme is a standard Scheme, I think the function works in other Scheme could also work here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是标准的 Scheme 过程,但在 IronScheme 中您可以执行以下操作(之一):
This is a not standard Scheme procedure, but in IronScheme you can do (one of) the following: