FS.isFolder

Is this file actually a folder/directory?

  1. bool isFolder(const(char)[] name)
    struct FS
    version(Win32)
    static
    bool
    isFolder
    (
    const(char)[] name
    )
  2. bool isFolder(const(char)[] name)

Meta