getAssetsPath method

String getAssetsPath()

Gets the absolute path to the assets directory.

Implementation

String getAssetsPath() {
  return join(current, assetsDir);
}