Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03afcc8

Browse files
committed
Update createDirectory.py
Included comment that this is for python 3.x.
1 parent 7ba98e4 commit 03afcc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

createDirectory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Author: Ty Lim
44
# Date: 2/4/2015
55
# File name: createDirectory.py
6+
# Python Version: 3.X
67
# Description: This is a simple example of how to check to see if a directory exist, and if not, create it.
78
# This script also shows an example of how to create a file name with a time stamp, use that filen name
89
# to open a file for writing, and write to the file, and finally, close it.

0 commit comments

Comments
 (0)