Skip to content

filesource

app.project.item(index).mainSource

app.project.item(index).proxySource

The FileSource object describes footage that comes from a file.

FileSource is a subclass of FootageSource object. All methods and attributes of FootageSource, in addition to those listed below, are available when working with FileSource.


app.project.item(index).mainSource.file

app.project.item(index).proxySource.file

The Extendscript File object for the file that defines this asset. To change the value:

File object; read-only.


app.project.item(index).mainSource.missingFootagePath

app.project.item(index).proxySource.missingFootagePath

The path and filename of footage that is missing from this asset. See also AVItem.footageMissing.

String; read-only.


app.project.item(index).mainSource.reload()

Reloads the asset from the file. This method can be called only on a mainSource, not a proxySource.

None.

Nothing.