Fixed: Malfunctioning NativePath expansion
The logic for expanding the user's home path had multiple errors: itdidn't use the actual user's home path, splitting of the original pathwas done at the wrong offsets, and the name of the user wasincorrectly extracted in the case of "~username".
View differences
Fixed: Malfunctioning NativePath expansion
The logic for expanding the user's home path had multiple errors: it
didn't use the actual user's home path, splitting of the original path
was done at the wrong offsets, and the name of the user was
incorrectly extracted in the case of "~username".