Method
SpecialFolder.GetResource
Warning
This item was deprecated in version 2019r2. Please use SpecialFolder.Resource as a replacement.
Description
Returns a FolderItem to the specified file in the app's Resources folder.
Sample code
Var file As FolderItem = SpecialFolder.GetResource("MyDb.sqlite")
Compatibility
All project types on all supported operating systems.