Module winx::winapi_util::file

source ·
Expand description

This file is derived from winapi_util’s src/file.rs at revision 8f291c9da272b24699f31e22c521404255462642.

It is ported to windows_sys and io-lifetimes.

Structs

  • Represents file information such as creation time, file size, etc.
  • Represents a Windows file type.

Functions

  • Return various pieces of information about a file.
  • Returns true if and only if the given file attributes contain the FILE_ATTRIBUTE_HIDDEN attribute.
  • Returns the file type of the given handle.