Searched refs:rootpath (Results 1 - 1 of 1) sorted by relevance

/hets/utils/LiveCD/
H A DmkHetsLiveCD.py14 rootpath = r"./" variable
15 execpath = rootpath+r"exec/"
16 mainpath = rootpath+r"main/"
17 minipath = rootpath+r"mini/"
18 copypath = rootpath+r"copy/"
19 temppath = rootpath+r"temp/"
22 isofile = rootpath+r"HetsLiveCD.iso"
24 xmlfile = rootpath+r"HetsLiveCD.xml"
63 for item in os.listdir(rootpath):
64 file = os.path.join(rootpath, ite
[all...]

Completed in 274 milliseconds