cwd property

Directory get cwd

工具库 - 路径相关 获取当前终端执行路径

Implementation

/// 获取当前终端执行路径
static Directory get cwd {
  return Directory.current;
}