Axiom.Platform.IPhone.IPhoneResourceArchive.FindFileInfo C# (CSharp) Method

FindFileInfo() public method

public FindFileInfo ( string pattern, bool recursive ) : FileInfoList
pattern string
recursive bool
return FileInfoList
		public override FileInfoList FindFileInfo( string pattern, bool recursive )
		{
			throw new NotImplementedException();
		}