Is it possible to use System.File.IO with Azure File Share? -


we can find everywhere how use azure file share rest api, have legacy .net app uses system.file.io accessing file share. how can access file share using system.file.io ? these azure file share created supporting legacy app don't see point if have rewrite file access code.

how can access file share using system.file.io ?

you can amount azure file share. after amounted azure file share, can access share using system.file.io through mapped drive in same windows.

mount azure file share , access share in windows

otherwise, can access file share using rest api or client sdk. if use .net framework, download , use azure storage .net sdk.

develop azure file storage .net


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -