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)
  2. void getDirectory(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback)
    struct FileSystemDirectoryEntry
    nothrow
    void
    getDirectory
    (
    T0
    )
    (
    scope auto ref Optional!(T0) path
    ,,)
    if (
    isTOrPointer!(T0, string)
    )
  3. void getDirectory(Optional!(T0) path, FileSystemFlags options)
  4. void getDirectory(Optional!(T0) path)
  5. void getDirectory()

Meta