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
Need to implement a simple IFileSystemService abstraction layer that consuming applications would use to do the following:
Read text / bytes from disk (async)
Write text / bytes to disk (async)
Verify if a file exists or not
Verify if a folder exists or not
This would enable us to seamlessly handle both local & remote assets when attempting to perform CRUD operations via the Console and is also just a good practice in general.
The text was updated successfully, but these errors were encountered:
Need to implement a simple IFileSystemService abstraction layer that consuming applications would use to do the following:
This would enable us to seamlessly handle both local & remote assets when attempting to perform CRUD operations via the Console and is also just a good practice in general.
The text was updated successfully, but these errors were encountered: