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...")
 
m (very tiny changes to hgy29 great work on updating gideros wiki with his new additions :-) thank you hgy29)
Line 1: Line 1:
 
'''Available since:''' Gideros 2021.10<br/>
 
'''Available since:''' Gideros 2021.10<br/>
'''Class:''' [[Application|Application]]<br/>
+
'''Class:''' [[Application]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Returns the system path for a given resource.
 
Returns the system path for a given resource.
 
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getNativePath(path)
 
(string) = application:getNativePath(path)
Line 10: Line 9:
  
 
=== Parameters ===
 
=== Parameters ===
'''path''': (string) Path to an application local resource
+
'''path''': (string) path to an application local resource<br/>
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) The native path of the given resource
+
'''Returns''' (string) the native path of the given resource<br/>
  
 
{{Application}}
 
{{Application}}

Revision as of 06:29, 1 December 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