pf-file.psd1
@{ RootModule = 'pf-file.psm1' ModuleVersion = '1.0.0.144' GUID = '25ea54d3-1498-4e7b-9048-0f039e67b6a9' Author = 'John.Leyva' CompanyName = 'Unknown' Copyright = '(c) John.Leyva. All rights reserved.' Description = 'pf-file.psd1' FunctionsToExport = 'Get-Metadata', 'Add-FilenameSuffix', 'Add-Path', 'Assert-FileExists', 'Compare-ByFolderAndFileName', 'Compress-Name', 'Copy-File', 'Copy-Folder', 'Expand-8_3_Path', 'Expand-Path', 'Expand-Path_LocalDrives', 'Expand-ZipFile', 'Find-App', 'Find-InPath', 'Find-Path_Up', 'Find-Path_Up_Extended', 'Find-WalkUp', 'Get-FileNamePart_Max', 'Get-Files_Ignore', 'Get-FolderWithFiles', 'Get-Ignore_Files', 'Get-Item_Where_Mode', 'Get-ItemUse', 'Get-LastFile_ByName_InFolders', 'Get-LastWriteTime_Max', 'Get-Path', 'Get-Path_Ancestors', 'Get-Path_LongestExistingParent', 'Get-PathItem', 'Get-ProcessUsingItem', 'Get-PS_WorkingFolder', 'Get-ScriptPath', 'Get-Text_Filter', 'Get-Url_NoPort', 'Get-WebFile', 'Invoke-InLocation', 'New-Folder_EnsureExists', 'New-SymLink', 'Remove-FolderAsync', 'Remove-PSPath_Prefix', 'Remove-SymLink', 'Rename-Item_Replace', 'Resolve-Exe', 'Split-Path_Ex', 'Test-File_Access', 'Test-Path_Parent', 'Update-Path_EnsureQuoted', 'Update-Path_ReplaceFileSpecialChars' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ } } } |