ListLocalFileSystem extension
Platform specific extensions for where dart:io
exists, which use the
local file system.
- on
Methods
-
list(
{String? root, bool followLinks = true}) → Stream< FileSystemEntity> -
Available on Glob, provided by the ListLocalFileSystem extension
Convenience method for Glob.listFileSystem which uses the local file system. -
listSync(
{String? root, bool followLinks = true}) → List< FileSystemEntity> -
Available on Glob, provided by the ListLocalFileSystem extension
Convenience method for Glob.listFileSystemSync which uses the local file system.