jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
359 stars 82 forks source link

How can i see the FilePath from a Key ? #121

Open berkayhh opened 1 year ago

berkayhh commented 1 year ago

Hey, how can i see the File Path from a Key like, storage.write("image",data), i want to see the File Path on Phone ? how can i command it ? print(storage.filepath) ??

Thanks