<< isdir | Files and folders functions | isfolder >> |
r = isfile(name) |
a string: filename to check.
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 |
Allan CORNET