User Tools

Site Tools


built_in:get_external_folder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:get_external_folder [2015/03/04 16:26]
octazid created
built_in:get_external_folder [2016/10/28 23:58]
Line 1: Line 1:
-=====GetExternalFolder===== 
- 
-//(Information and examples taken from the DroidScript documentation)// 
- 
-====Description==== 
- 
-The **GetExternalFolder** method returns the full path of the external storage (this is usually a removable sdcard). 
- 
-<code> app.GetExternalFolder();</code> 
- 
----- 
- 
-====Example==== 
- 
-<code javascript> 
- 
-function OnStart() 
-{ 
-  fldr = app.GetExternalFolder(); 
-  app.ShowPopup( fldr ); 
-} 
- 
-</code> 
  
built_in/get_external_folder.txt ยท Last modified: 2016/10/28 23:58 (external edit)