Forum Discussion
rraghvani
Champion Level 3
1 hour agoAssuming your .xlsx file is in Project\Stores\Files
Then you can use Project.Path together with the remaining path
// Using the standard open file dialog, to select a file
Sys.Browser(settings.GetBrowser()).WaitWindow("#32770", "Open", 1, 5000);
Sys.Browser(settings.GetBrowser()).Window("#32770", "Open", 1).OpenFile(Project.Path + "Stores\\Files\\WebcoverAddNewFile.xlsx");
- cjfoeller040433 minutes agoOccasional Contributor
Alright, I have made a copy of my file and put it in a Files Folder in the Stores directory.
Is there a way to do that through this UI Interface?: