Task:
I need to create a temp directory for files to be stored in.
Knowledge:
I know about MkDir and RmDir.
Problem:
I am not allowed to create a directory if it already exists. I would like to have a way to verify the directory needs to be created.
Thank you for reading this


Reply With Quote