Storage

struct Storage

Group of typealias related to the FileStorage

  • A group of data related to a file.

    Parameters:

    • name: A name of the file.
    • filename: A filename of the file.
    • extension: A file extension.

    Declaration

    Swift

    public typealias Filename = (name: String?, filename: String?, extension: String?)