C# Class OpenBveApi.Packages.PackageFile

Holds the properties of a file, used during creation of a package.
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Свойство Type Description
absolutePath string
relativePath string

Property Details

absolutePath public_oe property

The absolute on-disk path to the file.
public string absolutePath
Résultat string

relativePath public_oe property

The relative path to the file.
public string relativePath
Résultat string