Difference between revisions of "Mediamanager:saveFile"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.1<br/> '''Supported platforms:''' File:Platform mac.pngFile:Platform pc.png<br/> '''Class:''' Media<br/> === Descrip...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.1<br/>
 
'''Available since:''' Gideros 2016.1<br/>
'''Supported platforms:''' [[File:Platform mac.png]][[File:Platform pc.png]]<br/>
 
 
'''Class:''' [[Media]]<br/>
 
'''Class:''' [[Media]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Allows user to save a file to system file.
 
Allows user to save a file to system file.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
mediamanager:saveFile(path,initialPath)
 
mediamanager:saveFile(path,initialPath)
</source>
+
</syntaxhighlight>
  
=== <translate>Parameters</translate> ===
+
=== Parameters ===
 
'''path''': (string) the path to save to<br/>
 
'''path''': (string) the path to save to<br/>
 
'''initialPath''': (string) the initial path to save from<br/>
 
'''initialPath''': (string) the initial path to save from<br/>
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{Media}}
 
{{Media}}

Latest revision as of 15:31, 13 July 2023