user1584166
user1584166

Reputation: 1

Retrieves the current directory for the current process in winRT

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

Answers (1)

Alexander
Alexander

Reputation: 1319

Try Package.Current.InstalledLocation or ApplicationData.LocalFolder.InstalledLocation

Upvotes: 2

Related Questions