Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX][E] #1093 Correctly display path of existing resource for error
Adjusts the error message displayed in cases where the user chooses the option to create a new directory as part of the resource negotiation using values pointing to an already existing directory. The message used the 'toString()' of the IContainer object which included a resource type designation at the start of the path. To avoid confusion, the OS-specific path of the resource is used instead. Resolves #1093.
- Loading branch information