r = isfile(name)
| Parameter | Description |
|---|---|
| name | a string: filename to check. |
| Parameter | Description |
|---|---|
| r | a logical: true if it is a file. |
isfile(name) returns true if name is a file.
isfile(nelsonroot())
isfile([nelsonroot(), '/etc/finish.m'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |
| 1.4.0 | input arguments support scalar string array type |