little3399 Active Member Licensed User Longtime User Jun 28, 2014 #1 Hi, Is there a function to check whether the directory already exists ?
lemonisdead Well-Known Member Licensed User Longtime User Jun 28, 2014 #2 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
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