Selva Compute API Reference - v2.1.0
    Preparing search index...
    Index

    Constructors

    Properties

    fullPath: string

    Gets the absolute path of this file reference.

    relativePath: string

    Gets the relative path of this file reference.

    Methods

    • Parameters

      • fullPath: string

        A full path. This parameter cannot be null.

      • relativePath: string

        A relative path. This parameter can be null.

      Returns FileReference

      A file reference to the specified paths.

      Returns a new file reference. This returns a new instance even if the path does not exist.

    • Parameters

      • fullPath: string

        A full path.

      Returns FileReference

      A file reference to the specified path.

      Returns a new file reference. This returns a new instance even if the path does not exist.