Function win_sys::FileSystem::MoveFileExW [−][src]
pub unsafe fn MoveFileExW<'a, Param0, Param1>(
lpexistingfilename: Param0,
lpnewfilename: Param1,
dwflags: MOVE_FILE_FLAGS
) -> BOOL where
Param0: IntoParam<'a, PWSTR>,
Param1: IntoParam<'a, PWSTR>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation