Panda3D
|
Functions | |
def | copyFile |
def | ensure |
def | getinstalldir |
def | installCArchive |
def pyinst.installutils.copyFile | ( | srcFiles, | |
destFile, | |||
append = 0 |
|||
) |
Copy one or more files to another file. If srcFiles is a list, then all will be concatenated together to destFile. The append flag is also valid for single file copies. destFile will have the mode, ownership and timestamp of the last file copied/appended.
def pyinst.installutils.ensure | ( | dirct | ) |
def pyinst.installutils.getinstalldir | ( | prompt = "Enter an installation directory: " | ) |
def pyinst.installutils.installCArchive | ( | nm, | |
basedir, | |||
suffixdir | |||
) |