Difference between revisions of "Application:getNativePath"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2021.10<br/> '''Class:''' Application<br/> === Description === Returns the system path for a given resource. <source lang="lua...")
(No difference)

Revision as of 09:20, 19 November 2021

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