Reputation: 1
Is there any way to find the current directory for the current process in winRT since getCurrentDirectory is not available in winRT ?
Upvotes: 0
Views: 479
Reputation: 1319
Try Package.Current.InstalledLocation
or ApplicationData.LocalFolder.InstalledLocation
Upvotes: 2