Table of Contents

Method ListJsonFilesRecursive

Namespace
GrindFest.Content
Assembly
GrindFest.dll

ListJsonFilesRecursive(string)

Lists every *.json under directory (recursive, sorted). Recursive on purpose: a mod may group its content as one file, one file per kind, or one file per definition — the merge key is the definition id, so the layout is the author's choice (plan §4.3, decision D19).

public static string[] ListJsonFilesRecursive(string directory)

Parameters

directory string

Returns

string[]