setCwd function

void setCwd(
  1. String path
)

Implementation

void setCwd(String path) {
  std_std.setCwd(path);
}