Remove-File

Remove-File
NAME
    Remove-File
    
SYNOPSIS
    Removes file.
    
    
SYNTAX
    Remove-File [[-FileName] <String>] [<CommonParameters>]
    
    
DESCRIPTION
    Removes file and closes tab if opened. If file not provided then current active file will be removed.
    

PARAMETERS
    -File <String>
        
        Required?                    false
        Position?                    1
        Default value                $psISE.CurrentFile.FullPath
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
NOTES
    
    
        Author : Sebastian Ziółkowski
        Website: ziolkowsky.wordpress.com
        GitHub : github.com/ziolkowsky
    
    
RELATED LINKS
    https://ziolkowsky.wordpress.com/2022/04/16/remove-file/
    https://github.com/ziolkowsky/ShellPowerFramework

0 Comments on “Remove-File

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany.

*