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.

Comments

Popular posts from this blog

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift