When listing files in WinRT(C#) using something like GetFilesAsync(..) I would like to know if there is a way I could tell it to only return files that are hidden or temporary. Or when I list all the files to go through each file and check if they are hidden or temporary. You could do this in .net with FileInfo(http://msdn.microsoft.com/en-us/library/system.io.fileinfo.aspx)
Thanks