Please post your Mobile questions in the Mobile forum. I've asked the mods to move this thread.

Create a StreamReader, call ReadToEnd to get the entire contents into a String, then call Split on that String to split on the line breaks. That will give you a String array, just like File.ReadAllLines, so everything from there should be the same.