DiskFileStorage_PathType - linhay/Stem GitHub Wiki

DiskFileStorage.PathType

enum PathType

Enumeration Cases

document

case document(folder: String)

cache

case cache(folder: String)

temp

case temp(folder: String)

custom

case custom(url: String)

Properties

rawValue

var rawValue: String