Application:getNativePath

From GiderosMobile
Revision as of 08:20, 19 November 2021 by Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2021.10<br/> '''Class:''' Application<br/> === Description === Returns the system path for a given resource. <source lang="lua...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2021.10
Class: Application

Description

Returns the system path for a given resource.

(string) = application:getNativePath(path)

Parameters

path: (string) Path to an application local resource

Return values

Returns (string) The native path of the given resource