Skip to content

Commit

Permalink
Use backslashes instead of forward slahes to resolve path errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent cabcee3 commit 50a2490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace fs = std::filesystem;

std::vector<HWND> widgets;

const char* FOLDER_PATH = "C:/Program Files/DyKnow/Cloud/7.10.22.9";
const char* FOLDER_PATH = "C:\\Program Files\\DyKnow\\Cloud\\7.10.22.9";
const int BUTTON_WIDTH = 150;
const int BUTTON_HEIGHT = 30;

Expand Down

0 comments on commit 50a2490

Please sign in to comment.