lastModified function
Returns the datetime the path was last modified
[path[ can be either a file or a directory.
Throws a DCliException with a nested FileSystemException if the file does not exist or the operation fails.
Implementation
DateTime lastModified(String path) => core.lastModified(path);