Update ATTRIBUTE GET$ "","" to only return the path as this is more useful.

This commit is contained in:
Jim
2015-04-20 09:27:25 -07:00
parent 60573e5b1e
commit 2e68d1b447
7 changed files with 348 additions and 3 deletions

View File

@@ -18,8 +18,9 @@ ATTRIBUTE CLEAR Name$, Filename$
Value$ = ATTRIBUTE GET$ Name$, Filename$
Get the string value of the attribute Name$ for file Filename$.
Returns "true" or "false" for "Bool" type attributes.
If Name$="", returns a list of attribute names and their types separated by " | ". returns "Unsupported" for types that are not valid for yab.
it name$ and filenbame$ both = "", returns the current program path and filename
If Name$="", returns a list of attribute names and their types separated
by " | ". returns "Unsupported" for types that are not valid for yab.
If Name$ and Filename$ both = "", returns the current program directory.
Value = ATTRIBUTE GET Name$, Filename$
Get the number value of the attribute Name$ for file Filename$.