FileSystemDirectoryEntry.getDirectory

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void getDirectory(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback, ErrorCallback errorCallback)
    struct FileSystemDirectoryEntry
    nothrow
    void
    getDirectory
    (
    T0
    )
    if (
    isTOrPointer!(T0, string)
    )
  2. void getDirectory(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback)
  3. void getDirectory(Optional!(T0) path, FileSystemFlags options)
  4. void getDirectory(Optional!(T0) path)
  5. void getDirectory()

Meta