mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-05-06 20:28:22 +00:00
implement first Electron-API Bridge functions - Add little sample in WebApp
This commit is contained in:
24
ElectronNET.API/Entities/PathName.cs
Normal file
24
ElectronNET.API/Entities/PathName.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public enum PathName
|
||||
{
|
||||
home,
|
||||
appData,
|
||||
userData,
|
||||
temp,
|
||||
exe,
|
||||
module,
|
||||
desktop,
|
||||
documents,
|
||||
downloads,
|
||||
music,
|
||||
pictures,
|
||||
videos,
|
||||
logs,
|
||||
pepperFlashSystemPlugin
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user