class

Marten::Asset::Finder::AppDirs

Inherits Marten::Asset::Finder::Base / Reference / Object

Represents an asset finder allowing to find assets in the installed application directories.

Constructors

Instance methods

find(filepath : String) : String

Returns the absolute path corresponding to the passed file path.

Source
list

Returns an array of all the available relative and absolute paths for the underlying assets.

Source