mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Path.Join()
This commit is contained in:
@@ -64,7 +64,7 @@ namespace VRCX
|
||||
|
||||
public AutoAppLaunchManager()
|
||||
{
|
||||
AppShortcutDirectory = Path.Combine(Program.AppDataDirectory, "startup");
|
||||
AppShortcutDirectory = Path.Join(Program.AppDataDirectory, "startup");
|
||||
|
||||
if (!Directory.Exists(AppShortcutDirectory))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user