Skip to content

Feature/implement PickiT

selankon requested to merge feature/implement_PickiT into master

Implement PickiT library to get absolute path (not URI path).

Implemented features:

  • If OpenFileDialogParams.absolutePath is true, when file is picked from the file picker, it asks to PickiT using ClipData to get the absolute path.
  • Implement a method used to get the absolute path of a file from its Uri.
  • Implement method to check if is remote file (drive file or for an unknown provider)
Edited by selankon

Merge request reports