|
mpf:dir

 | display a list/tree of files and folders (use with closing token) |

 | check if directory does exist (use as single token) |

acessing file-/folder-attributes
| [token] | [attribute] |
| dir/ | name | filename |
| | fo | path of (containing) folder |
| | path | filepath |
| | subpath | file subpath |
| | root | file root-path |
| | modified | date of last modification [mm/dd/yyyy] |
| | size | size of file/folder [KB] |
| | type | file type (file|dir) |
| | url | file url |
| | depth | file depth in tree (1...n) |
| | expanded | expanded (y|n) |
| | last | last in actual depth (y|n) |
| | tree | last in any depth (y|n) |
remarks

 | attributes are available only, if "dir="-token is used with closing token |

 | to access file-/folder-attributes you must use "dir/" instead of "dir=" |
|