Version: 3.0On this pageSourceCodeFolder Represents a folder in the Actor's source code structure. Distinguished from SourceCodeFile by the presence of the folder property set to true.Index Propertiesfoldermodel_confignameProperties folderfolder: boolWhether it's a folder. Distinguishes folders from files.model_configmodel_config: Undefinednamename: strThe path of the folder relative to the Actor's root directory.
Represents a folder in the Actor's source code structure. Distinguished from SourceCodeFile by the presence of the
folderproperty set totrue.