LocalAsset

assets. LocalAsset

Class for handling assets stored in the local filesystem

Constructor

new LocalAsset()

Source:

Extends

  • AbstractAsset

Members

assetRoot

Source:

dirname

Description:
  • Returnes the directory name of the asset
Source:
Returnes the directory name of the asset

filename

Description:
  • Returnes the file name of the asset
Source:
Returnes the file name of the asset

(static) name

Source:

Methods

(async) delete()

Source:

(async) ensureDir()

Source:

(async) ensureExists()

Source:

(async) generateMetadata()

Source:

(async) move()

Source:

(async) read()

Source:

resolvePath()

Source:

(async) write()

Source: