FileSystemDirectoryEntry.getFile

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

Meta