Android Question How to check whether the directory already exists

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
Take a look at the Files part of the Core library. You have the ability to check if File.Exists and check if it is a directory File.IsDirectory
 
Upvote 0
Top