Skip to content

Commit bf0fb22

Browse files
committed
Release 1.220.2025
1 parent 3e22a34 commit bf0fb22

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

GenXdev.FileSystem.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: genXdev
55
#
6-
# Generated on: 27/07/2025
6+
# Generated on: 28/07/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'GenXdev.FileSystem.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.220.2025'
15+
ModuleVersion = '1.222.2025'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,21 @@ Update-Module
107107
108108
# Cmdlet Index
109109
### GenXdev.FileSystem<hr/>
110+
### GenXdev.FileSystem
110111
| Command | Aliases | Description |
111112
| --- | --- | --- |
112-
| [EnsurePester](#ensurepester) | | Ensures Pester testing framework is available for use. |
113+
| [EnsurePester](#ensurepester) | &nbsp; | Ensures Pester testing framework is available for use. |
113114
| [Expand-Path](#expand-path) | ep | Expands any given file reference to a full pathname. |
114115
| [Find-DuplicateFiles](#find-duplicatefiles) | fdf | Find duplicate files across multiple directories based on configurable criteria. |
115116
| [Find-Item](#find-item) | l | Performs advanced file and directory searches with content filtering capabilities. |
116117
| [Invoke-Fasti](#invoke-fasti) | fasti | Extracts archive files in the current directory and deletes the originals. |
117-
| [Move-ItemWithTracking](#move-itemwithtracking) | | Moves files and directories while preserving filesystem links and references. |
118+
| [Move-ItemWithTracking](#move-itemwithtracking) | &nbsp; | Moves files and directories while preserving filesystem links and references. |
118119
| [Move-ToRecycleBin](#move-torecyclebin) | recycle | Moves files and directories to the Windows Recycle Bin safely. |
119120
| [Remove-AllItems](#remove-allitems) | sdel | Recursively removes all content from a directory with advanced error handling. |
120121
| [Remove-ItemWithFallback](#remove-itemwithfallback) | rmf | Removes files or directories with multiple fallback mechanisms for reliable deletion. |
121-
| [Remove-OnReboot](#remove-onreboot) | | Marks files or directories for deletion during the next system boot. |
122+
| [Remove-OnReboot](#remove-onreboot) | &nbsp; | Marks files or directories for deletion during the next system boot. |
122123
| [Rename-InProject](#rename-inproject) | rip | Performs text replacement throughout a project directory. |
123-
| [ResolveInputObjectFileNames](#resolveinputobjectfilenames) | | |
124+
| [ResolveInputObjectFileNames](#resolveinputobjectfilenames) | &nbsp; | |
124125
| [Start-RoboCopy](#start-robocopy) | xc, rc | Provides a PowerShell wrapper for Microsoft's Robust Copy (RoboCopy) utility. |
125126
126127
<br/><hr/><hr/><br/>

Tests/GenXdev.FileSystem/Find-Item.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ $message
341341

342342
Pester\It 'Should match the pattern' {
343343

344-
$found = @(GenXdev.FileSystem\Find-Item -SearchMask "$PSScriptRoot\..\..\..\..\..\**\Genx*stem\1.220.2025\Functions\GenXdev.FileSystem\*.ps1" -PassThru | Microsoft.PowerShell.Utility\Select-Object -ExpandProperty FullName)
344+
$found = @(GenXdev.FileSystem\Find-Item -SearchMask "$PSScriptRoot\..\..\..\..\..\**\Genx*stem\1.222.2025\Functions\GenXdev.FileSystem\*.ps1" -PassThru | Microsoft.PowerShell.Utility\Select-Object -ExpandProperty FullName)
345345

346346
$found | Pester\Should -Contain (GenXdev.FileSystem\Expand-Path "$PSScriptRoot\..\..\Functions\GenXdev.FileSystem\_EnsureTypes.ps1")
347347
$found | Pester\Should -Contain (GenXdev.FileSystem\Expand-Path "$PSScriptRoot\..\..\Functions\GenXdev.FileSystem\EnsurePester.ps1")

0 commit comments

Comments
 (0)