Relative Content

Tag Archive for mauinloglogfile

Issue with Folder and File Creation in MAUI Project

I am trying to create a folder and a text file in a MAUI project. When I run the application, I receive the following message:
Base Directory: C:UsersxyzAppDataLocal
Log Directory: C:UsersxyzAppDataLocalTestLogs
Log File Path: C:UsersxyzAppDataLocalTestLogstestlogfile.txt
Test file created successfully.
However, the folder TestLogs and file testlogfile.txt are not actually created. How can I resolve this issue?