How would I go about adding a delete feature to my script that is similar to the rename one? Where it opens up the file browser and allows a user to select a file to delete? Is it possible or do I have to do it another way? I need help with option 3 please.
}
#now start the loop calling the function named Show-Menu
do {
Show-Menu
#ask the user to make a selection and read this in as a variable
$options = Read-Host "Enter your choice"
switc
#Renames a folder
'2' {
$
# Se = ($renamefolder -split "\\")[-1]
# Change our path so the directories can be referenced more easily via
until ($options -eq 'q')