Can it be done?
I am editing a file, and I would like to copy it to a new folder. If I try :w ~/Documents/new_folder/new_file.txt, then I get Can't open file for writing.
So I try :!mkdir ~/Documents/new_folder, but I get the error (in a popup terminal window):
C:\Windows\system32\cmd.exe /c mkdir ~/Documents/new_folder
The syntax of the command is incorrect.
shell returned 1
Hit any key to close this window...
What am I missing? Thanks!