You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an added file is not within a subdirectory of the main project directory, it is added with an absolute path. There are valid reasons to want to include a file from a parent directory and keep the path name relative (à la ../path/to/file).
Using Path.GetRelativePath is an option if we switch 100% to .NET Core
Just let the user manually add relative paths?
The text was updated successfully, but these errors were encountered:
If an added file is not within a subdirectory of the main project directory, it is added with an absolute path. There are valid reasons to want to include a file from a parent directory and keep the path name relative (à la
../path/to/file
).The text was updated successfully, but these errors were encountered: