Pack URI how to get contents of folder

Posted by Konrad on Stack Overflow See other posts from Stack Overflow or by Konrad
Published on 2010-04-08T10:38:44Z Indexed on 2010/04/08 10:43 UTC
Read the original article Hit count: 537

Filed under:
|

I have the following directory structure (all files as resources):

Project
\Maps
 +map.xml
 ...
 +something.xml

To get to every file I use following syntax:

"pack://application:,,,/Maps/map.xml"

My question is - how to get contents of pack://application:,,,/Maps/ as FileInfo [] or List.

© Stack Overflow or respective owner

Related posts about uri

Related posts about folder