pathOfTempDir top-level property

String get pathOfTempDir

Returns system temporary directory path

Implementation

String get pathOfTempDir {
  return pathFullName(dart_io.Directory.systemTemp.path);
}