Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FileUri

Index

Functions

Functions

  • create(fsPath_: string): URI
  • fsPath(uri: string | URI): string
  • Returns with the platform specific FS path that is represented by the URI argument.

    Parameters

    • uri: string | URI

      the file URI that has to be resolved to a platform specific FS path.

    Returns string