-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Filepath: C:\\Program Files\\Projects\\Example\\launchFile.exe
Result:
{
name: "C:\\Program Files\\Projects\\Example\\launchFile",
basename: "C:\\Program Files\\Projects\\Example\\launchFile.exe",
dirname: "",
ext: ".exe",
isAbsolute: false,
...
}
Expected Result:
{
name: "launchFile",
basename: "launchFile.exe",
dirname: "C:\\Program Files\\Projects\\Example",
ext: ".exe",
...
}
Metadata
Metadata
Assignees
Labels
No labels