I have my manifestappx file setup to have access to Documents Library Access and a file association, but when I call
Windows::Storage::KnownFolders::DocumentsLibrary->Path
Path returns a blank string. How do I get the path to return properly?
Thanks in advance for the help
Because
DocumentsLibraryis a virtual location representing a collection of different locations and files, it will not have a path:In addition, the MSDN documentation for
StorageFolder.Pathstates: