Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Paths

Directory class.

Hierarchy

  • Paths

Index

Accessors

dataDir

  • get dataDir(): string
  • The directory where CMake Tools should store user-specific persistent data.

    Returns string

roamingDataDir

  • get roamingDataDir(): string
  • The "roaming" directory where CMake Tools stores roaming configuration data.

    Returns string

tmpDir

  • get tmpDir(): string
  • Get the platform-specific temporary directory

    Returns string

userHome

  • get userHome(): string
  • The current user's home directory

    Returns string

userLocalDir

  • get userLocalDir(): string
  • The user-local data directory. This is where user-specific persistent application data should be stored.

    Returns string

userRoamingDir

  • get userRoamingDir(): string

Methods

getCMakePath

getCTestPath

which

  • which(name: string): Promise<string | null>
  • Parameters

    • name: string

    Returns Promise<string | null>

Generated using TypeDoc