Inheritance diagram for DzFileInfo:
Methods | |
String | absFileName () |
String | baseName () |
Date | created () |
Boolean | exists () |
String | extension () |
String | fileName () |
Boolean | isHidden () |
Boolean | isReadable () |
Boolean | isWritable () |
Date | lastModified () |
Date | lastRead () |
String | path () |
Boolean | remove () |
Number | size () |
String | sizeStr () |
Constructors | |
DzFileInfo (String file) |
This class provides DAZ Script functionality for getting information about files. It also serves as the base class for the other DAZ Script File I/O types.
DzFileInfo::DzFileInfo | ( | String | file | ) |
Create a file with the given file name
String DzFileInfo::absFileName | ( | ) |
String DzFileInfo::baseName | ( | ) |
Date DzFileInfo::created | ( | ) |
Boolean DzFileInfo::exists | ( | ) |
String DzFileInfo::extension | ( | ) |
String DzFileInfo::fileName | ( | ) |
Boolean DzFileInfo::isHidden | ( | ) |
Boolean DzFileInfo::isReadable | ( | ) |
Boolean DzFileInfo::isWritable | ( | ) |
Date DzFileInfo::lastModified | ( | ) |
Date DzFileInfo::lastRead | ( | ) |
String DzFileInfo::path | ( | ) |
bool DzFileInfo::remove | ( | ) |
Delete the file from the disk
Number DzFileInfo::size | ( | ) |
String DzFileInfo::sizeStr | ( | ) |