Difference between revisions of "Mediamanager:saveFile"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== 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>
 
</source>
Line 14: Line 14:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
</source>
 
</source>
  
 
{{Media}}
 
{{Media}}

Revision as of 15:28, 13 July 2023