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
It is good that providers do not enumerate hidden files. It is also impossible to read contents of hidden files in default implementation.
In some cases accessing hidden files is necessary, for example I was trying to access a .gitignore file content using PhysicalFileProvider with no luck.
Having an optional flag to make hidden files available would be great.
It is good that providers do not enumerate hidden files. It is also impossible to read contents of hidden files in default implementation.
In some cases accessing hidden files is necessary, for example I was trying to access a
.gitignorefile content usingPhysicalFileProviderwith no luck.Having an optional flag to make hidden files available would be great.