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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -