![]() |
Jypeli
9
The simple game programming library
|
Usein käytettyjä polkuja Windowsissa. Lisää...
Staattiset julkiset attribuutit | |
| static readonly string | ContentPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Content" ) |
| Ohjelman content-alihakemisto. Lisää... | |
| static readonly string | DataPath = Path.Combine( AppDomain.CurrentDomain.BaseDirectory, "Data" ) |
| Ohjelman data-alihakemisto. Lisää... | |
| static readonly string | ExePath = Path.GetDirectoryName( AppDomain.CurrentDomain.BaseDirectory ) |
| Ohjelman hakemisto. Lisää... | |
| static readonly string | MyDocuments = Environment.GetFolderPath( Environment.SpecialFolder.MyDocuments ) |
| Omat tiedostot. Lisää... | |
| static readonly string | MyMusic = Environment.GetFolderPath( Environment.SpecialFolder.MyMusic ) |
| Oma musiikki. Lisää... | |
| static readonly string | MyPictures = Environment.GetFolderPath( Environment.SpecialFolder.MyPictures ) |
| Omat kuvatiedostot. Lisää... | |
| static readonly string | MyVideos = Environment.GetFolderPath( Environment.SpecialFolder.MyVideos ) |
| Omat videot. Lisää... | |
Usein käytettyjä polkuja Windowsissa.
Määrittely tiedoston WindowsFileManager.cs rivillä 144.
|
static |
Ohjelman content-alihakemisto.
Määrittely tiedoston WindowsFileManager.cs rivillä 179.
|
static |
Ohjelman data-alihakemisto.
Määrittely tiedoston WindowsFileManager.cs rivillä 174.
|
static |
Ohjelman hakemisto.
Määrittely tiedoston WindowsFileManager.cs rivillä 169.
|
static |
Omat tiedostot.
Määrittely tiedoston WindowsFileManager.cs rivillä 149.
|
static |
Oma musiikki.
Määrittely tiedoston WindowsFileManager.cs rivillä 154.
|
static |
Omat kuvatiedostot.
Määrittely tiedoston WindowsFileManager.cs rivillä 159.
|
static |
Omat videot.
Määrittely tiedoston WindowsFileManager.cs rivillä 164.