|
@ -4488,7 +4488,7 @@ function OneDrive |
|
|
# https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-movefileexa |
|
|
# https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-movefileexa |
|
|
# The system does not move the file until the operating system is restarted |
|
|
# The system does not move the file until the operating system is restarted |
|
|
# The system moves the file immediately after AUTOCHK is executed, but before creating any paging files |
|
|
# The system moves the file immediately after AUTOCHK is executed, but before creating any paging files |
|
|
$Signature = @{ |
|
|
$Script:Signature = @{ |
|
|
Namespace = "WinAPI" |
|
|
Namespace = "WinAPI" |
|
|
Name = "DeleteFiles" |
|
|
Name = "DeleteFiles" |
|
|
Language = "CSharp" |
|
|
Language = "CSharp" |
|
|