Module fstable

Tables mapped to the filing system Only string keys are permitted; package.dirsep characters are converted to underscores. Values are stored as strings (converted by tostring). As with disk operations, a table's elements must be set to nil (deleted) before the table itself can be set to nil.

Functions

new (path, t) Bind a directory to a table


Functions

new (path, t)
Bind a directory to a table

Parameters

  • path: directory path
  • t: table to merge with directory

Return value:

table bound to directory

Valid XHTML 1.0!