Skip to main content

MoveFileExA

Function MoveFileExA 

Source
pub unsafe fn MoveFileExA<'a>(
    lpexistingfilename: impl IntoParam<'a, PSTR>,
    lpnewfilename: impl IntoParam<'a, PSTR>,
    dwflags: MOVE_FILE_FLAGS,
) -> BOOL