Example #1
0
        public async static Task <string> GetPath()
        {
            string path = await _files.OpenFolder();

            return(path);
        }