isDirectory
The read-only isDirectory
property of the FileSystemEntry interface is true
if the entry represents a directory (meaning it's a FileSystemDirectoryEntry) and false
if it's not.
The read-only isDirectory
property of the FileSystemEntry interface is true
if the entry represents a directory (meaning it's a FileSystemDirectoryEntry) and false
if it's not.