|
Panda3D
|
Public Member Functions | |
| __init__ (self, pathname, ignoreUsageXml=False) | |
| extractSubdir (self, pathname) | |
| getTotalSize (self) | |
Public Attributes | |
| list | filenames = [] |
| int | fileSize = 0 |
| list | nested = [] |
| int | nestedSize = 0 |
| pathname = pathname | |
This class is used to scan a list of files on disk.
| __init__ | ( | self, | |
| pathname, | |||
| ignoreUsageXml = False ) |
| extractSubdir | ( | self, | |
| pathname ) |
Finds the ScanDirectoryNode within this node that corresponds to the indicated full pathname. If it is found, removes it from its parent, and returns it. If it is not found, returns None.
| getTotalSize | ( | self | ) |
| list filenames = [] |
| int fileSize = 0 |
| list nested = [] |
| int nestedSize = 0 |
| pathname = pathname |