diff --git a/lib/src/storage_access_framework/saf.dart b/lib/src/storage_access_framework/saf.dart index 958be18..a39a804 100644 --- a/lib/src/storage_access_framework/saf.dart +++ b/lib/src/storage_access_framework/saf.dart @@ -9,6 +9,9 @@ class Saf { _uriString = makeUriString(path: _directory, isTreeUri: true); } + /// Returns current directory path of [Saf] instance + String get directory => _directory; + /// Request the user for access to [Directory Permission], if access hasn't already /// been grant access before. ///