User Tools

Site Tools


built_in:folder_exists

Differences

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

Link to this comparison view

built_in:folder_exists [2015/03/04 16:22]
octazid created
built_in:folder_exists [2015/03/21 20:39]
Line 1: Line 1:
-=====FolderExists===== 
- 
-//(Information and examples taken from the DroidScript documentation)// 
- 
-====Description==== 
- 
-The **FolderExists** method checks if a folder exists in internal or exernal file storage. 
- 
-<code> exists = app.FolderExists( fileName );</code> 
- 
-See also [[built_in:file_exists|FileExists]], [[built_in:make_folder|MakeFolder]] 
- 
----- 
- 
-====Example==== 
- 
-<code javascript> 
- 
-function OnStart() 
-{ 
-  exists = app.FolderExists( "/sdcard/IOIOScript" ); 
-  app.ShowPopup( exists ); 
- 
- 
-</code> 
  
built_in/folder_exists.txt ยท Last modified: 2015/03/21 20:39 (external edit)