About 57 results
Open links in new tab
  1. Proper way to rename solution (and directories) in Visual Studio

    Jan 12, 2010 · 32 The Rename operations in Visual Studio only change the filename, i.e. *.prj for a project, and *.sln for a solution. You will need to rename folders separately using the filesystem, and …

  2. In a Git repository, how to properly rename a directory?

    Jun 25, 2012 · I think it should work to copy the directory to be renamed to a new directory with desired name, and delete the old directory, and git add, git commit and push everything. But is this the best …

  3. cmd - Rename or remove prefix for multiple files to each ones' number ...

    RemovePrefix "prefix" "*.txt" The batch file will rename files in your current directory. The batch file will also have to be in your current directory unless the batch file exists in a directory that is in your PATH …

  4. How to rename a directory/folder on GitHub website?

    It's true you can't rename a folder and all of its files directly in the UI. The accepted answer does work for individual files, though you have to edit every file in the directory, moving each to a new parent …

  5. How can I rename a project folder from within Visual Studio?

    My current solution for renaming the project folder is: Remove the project from the solution. Rename the folder outside Visual Studio. Re-add the project to the solution. Is there a better way?

  6. How to rename all files and folders in a directory

    May 30, 2023 · I'm using windows 10 and i want to rename all files and folders in specific directory by using batch file. For example my directory is located at "D:\Test" In the directory there are fold...

  7. Databricks rename a folder - Stack Overflow

    Aug 25, 2021 · 2 I am reading the data from a folder /mnt/lake/customer where mnt/lake is the mount path referring to ADLS Gen 2, Now I would like to rename a folder from /mnt/lake/customer to …

  8. How to rename files and folder in Amazon S3? - Stack Overflow

    May 11, 2017 · Is there any function to rename files and folders in Amazon S3? Any related suggestions are also welcome.

  9. Is it possible to move/rename files in Git and maintain their history?

    It is possible to rename a file and keep the history intact, although it causes the file to be renamed throughout the entire history of the repository. This is probably only for the obsessive git-log-lovers, …

  10. .bat file for renaming multiple folders - Stack Overflow

    1) Accept name of folder which contains sub-folders to be renamed (in your example, it is Workspace). 2) Accept the string to be appended to the end (in your example, it is your name). 3) List the names …