tlc.common.miscutils.getScenesInDirectory

tlc.common.miscutils.getScenesInDirectory(path, extensions=['mb', 'ma'])

Return a list of scenes inside a directory structure, complying with the extensions supplied

Parameters:
  • path (string) – Path to search for scenes

  • extensions (string list, optional) – File extensions to search for. Defaults to [“mb”, “ma”].

Returns:

List of scenes inside the directory

Return type:

string[]