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.
Comments
Post a Comment