MESSAGE = 'The directory already exists.' if not os.path.exists(os.path.join(home, TESTDIR)): # os.path.join() for making a full path safely os.makedirs(os.path.join(home, TESTDIR)) # If not create ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results