As per the example below, is there a way to access the "AppFolderName" as a String Variable/Constant.
Or we need to explicitely use the AppFolder Name instead of having them in functions?
- Code: Select all
Dim Repo As GlobalRepository = GlobalRepository.Instance
Const AppFolderName = "AppFolder1"
Repo.AppFolderName.Self.Focus() 'Pls suggest what might be the change I need to make here...
Report.Screenshot()