How to get the path of a Data Package in Service Fabric?

Viewed 1483

I created a Data Package under the PackageRoot of my SF service (called WebSvc) which contains a License.xml file, like so:

ApplicationTypePackageRoot --> WebSvcPkg --> Data --> License.xml

Now in my C# code, I would like to get the full path to the License.xml file. How to do this?

1 Answers
Related