resolvedExecutable 属性

String resolvedExecutable

在孤岛中运行脚本所使用的可执行文件路径,由操作系统解析后得出。

这是运行脚本所使用的可执行文件的绝对路径,其中已经解析了所有符号链接。

关于未解析版本,请参阅 executable

实现

static String get resolvedExecutable => _Platform.resolvedExecutable;