class

Marten::Asset::Finder::FileSystem

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

Represents an asset finder allowing to find assets in the local file system, in a given directory.

Constructors

new(root : String)
Source

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
root
Source