setCurrentPath property

void setCurrentPath=(String path)

Set current directory path by providing string of path, similar to openDirectory.

Implementation

set setCurrentPath(String path) {
  _updatePath(path);
}