pathOfUserDir top-level property

String get pathOfUserDir

Returns system temporary directory path

Implementation

String get pathOfUserDir {
  return pathFullName(sys_info.SysInfo.userDirectory);
}