folder creation script
BIN
Centerm in gate/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Centerm in gate/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
Clark Drive overpass/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
Clark Drive overpass/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
Columbia Container - crossing/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
Columbia Container - crossing/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
Commissioner entrance/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Commissioner entrance/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
Commissioner street overpass/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
Commissioner street overpass/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
Commissioner truck staging/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Commissioner truck staging/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Terminal dock/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Terminal dock/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Vanterm Alliance Grain Terminal crossing/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
Vanterm Alliance Grain Terminal crossing/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
Vanterm in gate/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Vanterm in gate/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
Waterfront_road Centerm crossing/image1774146942975.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Waterfront_road Centerm crossing/image1774146955433.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Waterfront_road Centerm crossing/image1774146963863.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
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")
|
||||||