Browse Source

Updated Wrapper

pull/455/head
Dmitry Nefedov 1 year ago
parent
commit
1c9078b756
  1. BIN
      Wrapper/SophiaScriptWrapper.exe
  2. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  3. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  4. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  5. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -4488,7 +4488,7 @@ function OneDrive
# 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 moves the file immediately after AUTOCHK is executed, but before creating any paging files
$Signature = @{
$Script:Signature = @{
Namespace = "WinAPI"
Name = "DeleteFiles"
Language = "CSharp"

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -4490,7 +4490,7 @@ function OneDrive
# 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 moves the file immediately after AUTOCHK is executed, but before creating any paging files
$Signature = @{
$Script:Signature = @{
Namespace = "WinAPI"
Name = "DeleteFiles"
Language = "CSharp"

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -3972,7 +3972,7 @@ function OneDrive
# 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 moves the file immediately after AUTOCHK is executed, but before creating any paging files
$Signature = @{
$Script:Signature = @{
Namespace = "WinAPI"
Name = "DeleteFiles"
Language = "CSharp"

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -3974,7 +3974,7 @@ function OneDrive
# 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 moves the file immediately after AUTOCHK is executed, but before creating any paging files
$Signature = @{
$Script:Signature = @{
Namespace = "WinAPI"
Name = "DeleteFiles"
Language = "CSharp"

Loading…
Cancel
Save