How to check the document directory that folder or file created successfully iOS swift
Solution:
If you are created a directory or file in document directory then you can have . an option to check that it was created success or not.
You have to log the path then goto xcode->Window->Organizer->document directory path then select the specified path that logged in your debug then check it was created or not.
If you are created a directory or file in document directory then you can have . an option to check that it was created success or not.
You have to log the path then goto xcode->Window->Organizer->document directory path then select the specified path that logged in your debug then check it was created or not.
Comments
Post a Comment