Methods
-
Returns the directory part of the given path.
Name Type Description path
string The path.
Returns:
Type Description string The directory part of the path. -
Returns the directory part of the given path.
Name Type Description path
string The path.
Returns:
Type Description string The directory part of the path. -
Returns the file part of the given path.
Name Type Description path
string The path.
Returns:
Type Description string The file part of the path. -
Returns the file part of the given path.
Name Type Description path
string The path.
Returns:
Type Description string The file part of the path. -
Returns the time elapsed in ms since the application was started.
Returns:
Type Description number The time elapsed.