folder creation script
This commit is contained in:
22
folder_create.txt
Normal file
22
folder_create.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
import os
|
||||
|
||||
os.mkdir("Centerm in gate")
|
||||
os.mkdir("Clark Drive overpass")
|
||||
os.mkdir("Columbia Container - crossing")
|
||||
os.mkdir("Commissioner entrance")
|
||||
os.mkdir("Commissioner street overpass")
|
||||
os.mkdir("Commissioner truck staging")
|
||||
os.mkdir("Delta truck staging")
|
||||
os.mkdir("Deltaport causeway")
|
||||
os.mkdir("Deltaport gate 1")
|
||||
os.mkdir("Deltaport gate 3")
|
||||
os.mkdir("Fraser Surrey in gate")
|
||||
os.mkdir("Fraser Surrey main intersection")
|
||||
os.mkdir("Fraser Surrey track crossing")
|
||||
os.mkdir("Fraser Surrey VACS gates")
|
||||
os.mkdir("Portside road - westbound")
|
||||
os.mkdir("PortsideBlundellNo.8 road intersection")
|
||||
os.mkdir("Terminal dock")
|
||||
os.mkdir("Vanterm Alliance Grain Terminal crossing")
|
||||
os.mkdir("Vanterm in gate")
|
||||
os.mkdir("Waterfront_road Centerm crossing")
|
||||
Reference in New Issue
Block a user