Directories
Create Dirs
This function recursively creates directories relative to the current path
VimFiles#DirCreate()
This function creates the directories specified in the template with the name specified in the input, thus building a file structure within the working path
VimFiles#DirCreateFromTemplate()
Manipulate Directories
This function renames the Directory with the path indicated and create the necessary directories.
VimFiles#ManipulateRenameDir()
This function will move the directory and content that is indicated to the path that is indicated later and will create the directories that are needed.
VimFiles#ManipulateMoveDir()
This function depends on the variable g:vimFiles_AutoConfirmDeleteFolder
to ask for the confirmation of the directory since the deletion is always recursive when dealing with directories.
VimFiles#ManipulateDeleteDir()
Last updated
Was this helpful?