Skip to content

[MAUI] Backup Realm File (WriteCopy) #3439

Answered by nirinchev
jbtdevgit asked this question in Q&A
Discussion options

You must be logged in to vote
if (!File.Exists(backupDirectory))
{
	File.Create(backupDirectory);
}

You're creating the backup directory as a file, not as a directory.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jbtdevgit
Comment options

Answer selected by jbtdevgit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants