PathUtil class

Constructors

PathUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getApplicationDocumentsDirectoryPath() Future<String>
获取应用程序文档目录路径
getApplicationSupportDirectoryPath() Future<String>
获取应用程序支持目录路径
getApplicationSupportPackageDirectoryPath() Future<String>
获取应用程序程序包目录路径
getApplicationSupportPackageDocumentsDirectoryPath() Future<String>
获取应用程序程序包文档目录路径
getApplicationSupportPackageTemporaryDirectoryPath() Future<String>
获取应用程序程序包临时目录路径
getCacheDirectoryPath() Future<String>
获取缓存目录路径
getDownloadsDirectoryPath() Future<String>
获取下载目录路径
getTemporaryDirectoryPath() Future<String>
获取临时目录路径