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

Meta