A container type that presents assets as content files reside on disk.
Inherits :
DAZ Script | |
---|---|
Boolean | fileMatchesFilter ( String shortFileName ) |
String | getFullPath () |
Boolean | hasDirectoryChildren () |
Boolean | insertsAsLink ( DzAsset asset ) |
Boolean | updateChildren () |
The “Folder” container type serves to present assets as the files they represent exist in the folder structure on disk.
See Also:
Holds the list of folder names to exclude as children of this container.
Holds the list of file filters for this container.
Holds whether or not this container represents an Import folder. (Read Only)
Since:
Holds whether or not this container is at the top level of the Import folder hierarchy. (Read Only)
Since:
Holds whether or not this container represents a native folder. (Read Only)
Since:
Holds whether or not this container is at the top level of the native folder hierarchy. (Read Only)
Since:
Holds whether or not this container represents a Poser folder. (Read Only)
Since:
Holds whether or not this container is an immediate child of the top level folder in a Poser folder hierarchy. (Read Only)
Since:
Holds whether or not this container is at the top level of the Poser folder hierarchy. (Read Only)
Since:
Holds the list of folder names to allow as children of this container.
Boolean : fileMatchesFilter( String shortFileName )
Return Value:
true
if shortFileName
matches the filter for this container, otherwise false
.String : getFullPath()
Return Value:
Boolean : hasDirectoryChildren()
Return Value:
true
if this container has child containers that are directories, otherwise false
.Boolean : insertsAsLink( DzAsset asset )
Return Value:
true
if asset
conflicts will create a link when called, otherwise false
.Since:
Attempts to update the child containers of this container.
Return Value:
true
if the update was successful, otherwise false
.