Description
falcon-1314: unify handling of local files and directory
As of now, the code relies on
1. string concatenation for joining paths for local files & directories
2. which in turn assumes that folder path will have / at end
3. at places it uses hard coded "/" for separators
This is not ok in windows environment.
Attachments
Attachments
Issue Links
- links to