Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow resolving file path variable values relative to their declaring file #5

Closed
kzu opened this issue Aug 31, 2020 · 0 comments · Fixed by #11
Closed

Allow resolving file path variable values relative to their declaring file #5

kzu opened this issue Aug 31, 2020 · 0 comments · Fixed by #11

Comments

@kzu
Copy link
Collaborator

kzu commented Aug 31, 2020

See natemcmaster/dotnet-serve#64 (review)

Makes sense as a scenario and maybe there should be a built-in API to make that easier?

kzu added a commit that referenced this issue Sep 5, 2020
Allow resolving file path variable values relative to their declaring file at all supported levels. The normalization is performed using the `FileInfo.FullName` so that it will normalize path separators too as well as relative path.

Works for files and directories.

Fixes #5
@kzu kzu closed this as completed in #11 Sep 5, 2020
kzu added a commit that referenced this issue Sep 5, 2020
Allow resolving file path variable values relative to their declaring file at all supported levels. The normalization is performed using the `FileInfo.FullName` so that it will normalize path separators too as well as relative path.

Works for files and directories.

Fixes #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant