Lasso Soft Inc. > Home

[ dir->eachFilePath ]

Method

The [dir->eachFilePath] method returns a list of file paths contained in the directory that the [dir] object represents. 

  • Syntax
local(d) = dir(...)
#d->eachFilePath
Examples
  • Beginner

Display the file paths in the /css/ directory

The code below will display the list of file paths in the /css/ directory. For purposes of the result, assume it contains the following files: 'messages.js', 'reset-fonts-grids.css', and 'style.css'.

Code

local(dir_css) = dir('/css/')
#dir_css->eachFilePath

Result

/css/messages.css, /css/reset-fonts-grids.css, /css/style.css

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft