Options
All
  • Public
  • Public/Protected
  • All
Menu

Methods

  • openExternal(fullPath: string): void
  • Open the given external protocol URL in the desktop’s default manner.

    Parameters

    fullPath:  string

    The full path to the item to be opened

  • openItem(fullPath: string): void
  • Open the given file in the operating systems' default manner.

    Parameters

    fullPath:  string

    The full path to the item to be shown

  • showItemInFolder(fullPath: string): void
  • Show the given file in a file manager.

    Parameters

    fullPath:  string

    The full path to the item to be shown

Generated using TypeDoc