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