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.