getLibrariesDir method

String getLibrariesDir()

Gets the directory for storing game libraries.

Returns the normalized path to the libraries directory.

Implementation

String getLibrariesDir() {
  return normalizePath(p.join(_gameDir, 'libraries'));
}