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
Files.Include(xxx) when xxx has a full path doesn't really work like you would expect
It produces an error (on Mac at least) because it seems to append the current directory in front of the xxx directory (because it thinks it's a relative path?) and that throws an error because the total combined path doesn't exist.
The text was updated successfully, but these errors were encountered:
Files.Include(xxx)
whenxxx
has a full path doesn't really work like you would expectIt produces an error (on Mac at least) because it seems to append the current directory in front of the xxx directory (because it thinks it's a relative path?) and that throws an error because the total combined path doesn't exist.
The text was updated successfully, but these errors were encountered: