Skip to content

Commit 6795048

Browse files
committed
Release 1.126.2025
1 parent b98aa73 commit 6795048

2 files changed

Lines changed: 23 additions & 25 deletions

File tree

GenXdev.FileSystem.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'GenXdev.FileSystem.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.124.2025'
15+
ModuleVersion = '1.126.2025'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -141,7 +141,7 @@ PrivateData = @{
141141
# Prerelease = ''
142142

143143
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
144-
RequireLicenseAcceptance = $true
144+
# RequireLicenseAcceptance = $true
145145

146146
# External dependent modules of this module
147147
# ExternalModuleDependencies = @()

README.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ Update-Module
291291
[-NoRecurse] [<CommonParameters>]
292292
Find-Item [[-SearchMask] <String[]>] [[-Pattern] <String>] [-RelativeBasePath <String>]
293293
[-AllDrives] [-PassThru] [-NoRecurse] [<CommonParameters>]
294-
Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives]
295-
[-Directory] [-FilesAndDirectories] [-PassThru] [-NoRecurse] [<CommonParameters>]
294+
Find-Item [[-SearchMask] <String[]>] [-RelativeBasePath <String>] [-AllDrives] [-Directory]
295+
[-FilesAndDirectories] [-PassThru] [-NoRecurse] [<CommonParameters>]
296296
````
297297

298298
### DESCRIPTION
@@ -567,8 +567,7 @@ Update-Module
567567
### SYNTAX
568568
````PowerShell
569569
570-
Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm]
571-
[<CommonParameters>]
570+
Remove-AllItems [-Path] <String> [[-DeleteFolder]] [-WhatIf] [-Confirm] [<CommonParameters>]
572571
````
573572

574573
### DESCRIPTION
@@ -826,15 +825,15 @@ Update-Module
826825
[-CopyOnlyDirectoryTreeStructureAndEmptyFiles] [-SkipAllSymbolicLinks]
827826
[-SkipSymbolicFileLinks] [-CopySymbolicLinksAsLinks] [-Force]
828827
[-SkipFilesWithoutArchiveAttribute] [-ResetArchiveAttributeAfterSelection]
829-
[-FileExcludeFilter <String[]>] [-AttributeIncludeFilter <String>]
830-
[-AttributeExcludeFilter <String>] [-SetAttributesAfterCopy <String>]
831-
[-RemoveAttributesAfterCopy <String>] [-MinFileSize <Int32>] [-MaxFileSize <Int32>]
832-
[-MinFileAge <Int32>] [-MaxFileAge <Int32>] [-MinLastAccessAge <Int32>] [-MaxLastAccessAge
833-
<Int32>] [-RecoveryMode] [-MonitorMode] [-MonitorModeThresholdMinutes <Int32>]
834-
[-MonitorModeThresholdNrOfChanges <Int32>] [-MonitorModeRunHoursFrom <Int32>]
835-
[-MonitorModeRunHoursUntil <Int32>] [-LogFilePath <String>] [-LogfileOverwrite]
836-
[-LogDirectoryNames] [-LogAllFileNames] [-Unicode] [-LargeFiles] [-MultiThreaded]
837-
[-CompressibleContent] [[-Override] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
828+
[-FileExcludeFilter <String[]>] [-AttributeIncludeFilter <String>] [-AttributeExcludeFilter
829+
<String>] [-SetAttributesAfterCopy <String>] [-RemoveAttributesAfterCopy <String>]
830+
[-MinFileSize <Int32>] [-MaxFileSize <Int32>] [-MinFileAge <Int32>] [-MaxFileAge <Int32>]
831+
[-MinLastAccessAge <Int32>] [-MaxLastAccessAge <Int32>] [-RecoveryMode] [-MonitorMode]
832+
[-MonitorModeThresholdMinutes <Int32>] [-MonitorModeThresholdNrOfChanges <Int32>]
833+
[-MonitorModeRunHoursFrom <Int32>] [-MonitorModeRunHoursUntil <Int32>] [-LogFilePath
834+
<String>] [-LogfileOverwrite] [-LogDirectoryNames] [-LogAllFileNames] [-Unicode]
835+
[-LargeFiles] [-MultiThreaded] [-CompressibleContent] [[-Override] <String>] [-WhatIf]
836+
[-Confirm] [<CommonParameters>]
838837
Start-RoboCopy [-Source] <String> [[-DestinationDirectory] <String>] [[-Files] <String[]>]
839838
[-Mirror] [-Move] [-IncludeSecurity] [-SkipEmptyDirectories]
840839
[-CopyOnlyDirectoryTreeStructure] [-CopyOnlyDirectoryTreeStructureAndEmptyFiles]
@@ -979,8 +978,7 @@ Update-Module
979978
Aliases
980979
Accept wildcard characters? false
981980
-SkipJunctions [<SwitchParameter>]
982-
Do not copy directory junctions (symbolic link for a folder) or the content they point
983-
to
981+
Do not copy directory junctions (symbolic link for a folder) or the content they point to
984982
Required? false
985983
Position? named
986984
Default value False
@@ -1093,8 +1091,8 @@ Update-Module
10931091
Aliases
10941092
Accept wildcard characters? false
10951093
-MinFileAge <Int32>
1096-
Skip files that are not at least: n days old OR created before n date (if n < 1900
1097-
then n = n days, else n = YYYYMMDD date)
1094+
Skip files that are not at least: n days old OR created before n date (if n < 1900 then
1095+
n = n days, else n = YYYYMMDD date)
10981096
Required? false
10991097
Position? named
11001098
Default value -1
@@ -1111,17 +1109,17 @@ Update-Module
11111109
Aliases
11121110
Accept wildcard characters? false
11131111
-MinLastAccessAge <Int32>
1114-
Skip files that are accessed within the last: n days OR before n date (if n < 1900
1115-
then n = n days, else n = YYYYMMDD date)
1112+
Skip files that are accessed within the last: n days OR before n date (if n < 1900 then
1113+
n = n days, else n = YYYYMMDD date)
11161114
Required? false
11171115
Position? named
11181116
Default value -1
11191117
Accept pipeline input? false
11201118
Aliases
11211119
Accept wildcard characters? false
11221120
-MaxLastAccessAge <Int32>
1123-
Skip files that have not been accessed in: n days OR after n date (if n < 1900 then n
1124-
= n days, else n = YYYYMMDD date)
1121+
Skip files that have not been accessed in: n days OR after n date (if n < 1900 then n =
1122+
n days, else n = YYYYMMDD date)
11251123
Required? false
11261124
Position? named
11271125
Default value -1
@@ -1137,8 +1135,8 @@ Update-Module
11371135
Aliases
11381136
Accept wildcard characters? false
11391137
-MonitorMode [<SwitchParameter>]
1140-
Will stay active after copying, and copy additional changes after a a default
1141-
threshold of 10 minutes
1138+
Will stay active after copying, and copy additional changes after a a default threshold
1139+
of 10 minutes
11421140
Required? false
11431141
Position? named
11441142
Default value False

0 commit comments

Comments
 (0)