Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FileUtilities.GetCurrentDirectory reflection fix
Fix for "The path is not of a legal form" exception when calling FileUtilities.GetCurrentDirectory using reflection This was caused by an empty string being passed to System.IO.Path.GetDirectoryName Fixes #3447 Signed-off-by: Jim Evans <[email protected]>
- Loading branch information