C# Class OpenBveApi.Packages.PackageFile

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

Public Properties

Property Type Description
absolutePath string
relativePath string

Property Details

absolutePath public_oe property

The absolute on-disk path to the file.
public string absolutePath
return string

relativePath public_oe property

The relative path to the file.
public string relativePath
return string