PathExt extension

on

Properties

applicationDocumentsDirectory Future<Directory>

Available on YuroInterface, provided by the PathExt extension

获取应用文件目录(IOS和安卓通用)
no setter
applicationSupportDirectory Future<Directory>

Available on YuroInterface, provided by the PathExt extension

获取应用支持目录(IOS和安卓通用)
no setter
downloadsDirectory Future<Directory?>

Available on YuroInterface, provided by the PathExt extension

获取下载目录(仅桌面可用 安卓和IOS报错)
no setter
externalCacheDirectories Future<List<Directory>?>

Available on YuroInterface, provided by the PathExt extension

获取外部缓存目录(仅安卓可用)
no setter
externalStorageDirectories Future<List<Directory>?>

Available on YuroInterface, provided by the PathExt extension

获取外部存储目录列表(仅安卓可用)
no setter
externalStorageDirectory Future<Directory?>

Available on YuroInterface, provided by the PathExt extension

获取外部存储目录(仅安卓可用)
no setter
libraryDirectory Future<Directory>

Available on YuroInterface, provided by the PathExt extension

获取应用持久存储目录路径(仅IOS可用)
no setter
temporaryDirectory Future<Directory>

Available on YuroInterface, provided by the PathExt extension

获取临时文件路径(IOS和安卓通用)
no setter