pathExpand function

String pathExpand(
  1. String path
)

Implementation

String pathExpand(String path) {
  return std_std.pathExpand(path);
}