@@ -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) | | 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) | | 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) | | 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) | | |
124125| [Start-RoboCopy](#start-robocopy) | xc, rc | Provides a PowerShell wrapper for Microsoft's Robust Copy (RoboCopy) utility. |
125126
126127<br/><hr/><hr/><br/>
0 commit comments