r = isfile(name)
| Paramètre | Description |
|---|---|
| name | a string: nom du fichier à vérifier. |
| Paramètre | Description |
|---|---|
| r | un booléen: vrai si c'est un fichier. |
isfile(name) renvoie true si name est un fichier.
isfile(nelsonroot())
isfile([nelsonroot(), '/etc/finish.m'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |
| 1.4.0 | input arguments support scalar string array type |