Public Member Functions |
|
FBAssetFolder (str pName) | |
Constructor. |
|
FBAssetFile | AddFile (str pLocalPath, str pComment="", bool pCheckOut=False, bool pSilent=False) |
Add a specified file into the database.
|
|
FBAssetFolder | AddFolder (str pName, str pComment="", bool pSilent=False) |
Add a folder in the database. |
|
bool | FBCreate () |
Open Reality Creation function. |
|
FBAssetItem | GetChild (int pIndex) |
Get the child at index pIndex.
|
|
int | GetChildCount () |
Get the number of items in this folder.
|
|
FBAssetFile | GetFile (str pName) |
Get a file present in this folder by using
it's name. |
|
FBAssetFolder | GetFolder (str pName) |
Get a folder present in this folder by using
it's name. |
FBAssetFolder | ( | str | pName | ) |
Constructor.
pName | Name of Command. |
FBAssetFile AddFile | ( | str | pLocalPath, | |
str | pComment = "" , |
|||
bool | pCheckOut = False , |
|||
bool | pSilent = False |
|||
) |
Add a specified file into the database.
It will be added in this folder.
pLocalPath | The full path to the file on the local disk. | |
pComment | Comment to be applied for the operation. | |
pCheckOut | Whether the file should be checked out or not. | |
pSilent | If pSilent is set to true, no dialog will be displayed by this method. |
FBAssetFolder AddFolder | ( | str | pName, | |
str | pComment = "" , |
|||
bool | pSilent = False |
|||
) |
Add a folder in the database.
It will be added in this folder.
pName | Name of the folder to be created. | |
pComment | Comment to be applied for the operation. | |
pSilent | If pSilent is set to true, no dialog will be displayed by this method. |
bool FBCreate | ( | ) |
Open Reality Creation function.
Reimplemented from FBComponent.
FBAssetItem GetChild | ( | int | pIndex | ) |
Get the child at index pIndex.
int GetChildCount | ( | ) |
Get the number of items in this folder.
FBAssetFile GetFile | ( | str | pName | ) |
Get a file present in this folder by using it's name.
FBAssetFolder GetFolder | ( | str | pName | ) |
Get a folder present in this folder by using it's name.