getResourcePath static method

String getResourcePath(
  1. String path
)

Returns resources/path

Implementation

static String getResourcePath(String path) {
  return 'resources/' + path;
}