Documentation

FilesystemReader

This interface contains everything to read from and inspect a filesystem. All methods containing are non-destructive.

Table of Contents

LIST_DEEP  = true
LIST_SHALLOW  = false
directoryExists()  : bool
fileExists()  : bool
fileSize()  : int
has()  : bool
lastModified()  : int
listContents()  : DirectoryListing<string|int, StorageAttributes>
mimeType()  : string
read()  : string
readStream()  : resource
visibility()  : string

Constants

Methods

Search results