HyperX.Scripting.Python.Api
The HyperX Scripting Library for Python
Loading...
Searching...
No Matches
hyperx.api.PackageFileSystemSource Class Reference

Represents a package source that exists as a folder on a file system. More...

Public Member Functions

 __init__ (self, _api.PackageFileSystemSource packageFileSystemSource)

Protected Attributes

 _Entity = packageFileSystemSource

Properties

 IsAvailable = property
 Whether the folder is currently accessible on the file system.
 Name = property
 Name of the package source.
 Path = property
 Path to the folder.

Detailed Description

Represents a package source that exists as a folder on a file system.

Constructor & Destructor Documentation

◆ __init__()

hyperx.api.PackageFileSystemSource.__init__ ( self,
_api.PackageFileSystemSource packageFileSystemSource )

Member Data Documentation

◆ _Entity

hyperx.api.PackageFileSystemSource._Entity = packageFileSystemSource
protected

Property Documentation

◆ IsAvailable

hyperx.api.PackageFileSystemSource.IsAvailable = property
static

Whether the folder is currently accessible on the file system.

◆ Name

hyperx.api.PackageFileSystemSource.Name = property
static

Name of the package source.

◆ Path

hyperx.api.PackageFileSystemSource.Path = property
static

Path to the folder.


The documentation for this class was generated from the following file:
  • C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py