File access from android app to windows server #16010
Unanswered
vsfeedback
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This issue has been moved from a ticket on Developer Community.
I want to access files on Windows from my Android app, developped with .NET MAUI. All examples fail.
string Satz = File.ReadAllText(@"\servername\c\tmp\test.txt"); // exception could not find file
string Satz = File.ReadAllText("//servername/c/tmp/test.txt"); // exception: could not find a part of the path
access via file manager works, network ist available.
What can be the problem ?
Original Comments
Feedback Bot on 6/8/2023, 05:41 PM:
(private comment, text removed)
Isolde Hochstein on 6/23/2023, 06:27 AM:
(private comment, text removed)
Original Solutions
(no solutions)
Beta Was this translation helpful? Give feedback.
All reactions