Do not strip leading '/' from parentSuffix for non root files when determining...
Summary
Do not strip leading '/' from parentSuffix for non root files when determining parentDocumentId making copying into subdirectories work.
Test Plan
Before:
When copying non-empty directories to a non-root shared storage location the directory contents was not copied.
Steps to reproduce:
- In android add a non-root shared storage location in the Filesystem expose plugin settings (eg: Device Internal Storage/Music)
- Using dolphin try copying a non-empty directory to the phones Music storage location
Result: The directory is created but its contents is not
After:
Repeat the above test
Result: The directory and its contents are successfully copied to the phone