about_IOInfoExtensions.PowerShell_TryDelete.help.txt
TOPIC
about_IOInfoExtensions.PowerShell_TryDelete SHORT DESCRIPTION Deletes the file if it exists. System.IO.FileInfo has a Delete method, but it will error if the parent directory doesn't exist. SYNTAX TryDelete() KEYWORDS IOInfoExtensions, IOInfoExtensions.PowerShell, System.IO.FileInfo, FileInfo, TryDelete SEE ALSO about_IOInfoExtensions.PowerShell about_IOInfoExtensions.PowerShell_GetDirectory about_IOInfoExtensions.PowerShell_GetFile about_IOInfoExtensions.PowerShell_DeleteContent about_IOInfoExtensions.PowerShell_CopyContentTo about_IOInfoExtensions.PowerShell_MoveFrom about_IOInfoExtensions.PowerShell_CopyFrom about_IOInfoExtensions.PowerShell_TryDelete |