Ejemplo n.º 1
0
 "UserProfile" => Path.GetFullPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Libation")),
Ejemplo n.º 2
0
 "MyDocs" => Path.GetFullPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "LibationFiles")),
Ejemplo n.º 3
0
 internal WindowsExplorerPage() : base("Windows Explorer") => this.Icon = NativeHelpers.ExtractIcon(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Windows), "explorer.exe"), -0);
Ejemplo n.º 4
0
 get => Get <string>(LastSelectedDatabaseFileName, Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), belPdfSubfolder, dbSubFolderPath, DBName));
 private ConfigurationManagement() => _configModel = JsonSerializer.Deserialize <ConfigModel>(_fileManagement.ReadBinaryFile(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"\SP\data\config.bin"));
Ejemplo n.º 6
0
 get => System.IO.Path.GetDirectoryName(this.Path).StartsWith(Environment.GetFolderPath(Environment.SpecialFolder.CommonStartup));