ES3.GetKeys

public static string[] GetKeys(string filePath, ES3Settings settings)

Description

Gets an array of key names from a file.

Parameters

filePath [Optional] The relative or absolute path of the file we want to get the keys from.

settings

[Optional] The settings we want to use to override the default settings.

Returns

An array of key names.

Examples

C#

JS