gpt4 book ai didi

javascript-automation - 我如何在 JXA 中使用 POSIX 路径

转载 作者:行者123 更新时间:2023-12-01 13:43:33 26 4
gpt4 key购买 nike

在 AppleScript 中,我经常需要在作为 POSIX 路径的文件和作为 AppleScript 的 native 文件别名的文件之间进行转换。

方法是通过标准添加中的 POSIX File 类:

set aFile to POSIX file "/"
get aFile's POSIX path

我如何在 JXA 中执行这些类型转换/转换?我试过了

var app = Application.currentApplication();
app.includeStandardAdditions = true;

app.POSIXFile().make('/');

但我只得到

Error on line 4: Error: POSIXFile is not a valid class for application «Appname»

最佳答案

这就在 documentation 中:

使用路径:

var file = Path('/');

然后您可以在 AppleScript 中允许引用文件的任何地方使用 file

虽然我仍然不知道标准添加的 POSIXFile 类型发生了什么(或者我需要如何调用它)。

关于javascript-automation - 我如何在 JXA 中使用 POSIX 路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37765950/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com