idTech4.IO.idFileSystem.GetFileList C# (CSharp) Method

GetFileList() private method

private GetFileList ( string relativePath, string extensions, bool fullRelativePath ) : string[]
relativePath string
extensions string
fullRelativePath bool
return string[]
		private string[] GetFileList(string relativePath, string[] extensions, bool fullRelativePath)
		{
			return GetFileList(relativePath, extensions, fullRelativePath, null);
		}

Same methods

idFileSystem::GetFileList ( string relativePath, string extensions, bool fullRelativePath, string gameDirectory ) : string[]