About 945,000 results
Open links in new tab
  1. How to rename a file using Python - Stack Overflow

    If the file is open, for instance, shutil.move will create a file with new_name, but will not delete the file with old_name hence leaving you with two files. os.rename on the other hand will do nothing, which …

  2. vi - Renaming the current file in Vim - Stack Overflow

    Jul 30, 2009 · The command is called :saveas, but unfortunately it will not delete your old file, you'll have to do that manually. see :help saveas for more info. EDIT: Most vim installations have an integrated …

  3. How to change name of file in javascript from input=File

    Feb 12, 2014 · I need to change the filename (not the file, just the metadata of the name) when uploading to a sharepoint site. I figured that it would be easy enough to change the html attribute in …

  4. How to rename files in Windows CMD (command prompt)

    Aug 13, 2020 · Renaming files in Windows explorer is easy but when you need to rename many files it can become quite tedious. A command prompt (terminal) makes it easier.

  5. How to rename the Physical Database Files - Stack Overflow

    The simplest way to rename SQL server physical database files is: Open and connect to the SQL server where the database you wanted to rename is located. Execute the following script in the query …

  6. How to set name of file downloaded from browser? - Stack Overflow

    In that case they're prompted to download a file with a unfamiliar name. My question is, is there any way to specify the name of a file to be downloaded using just HTML? So a user uploads a file named …

  7. Rename File in Windows 10 | Tutorials - Ten Forums

    Dec 23, 2023 · How to Rename File in Windows 10 This tutorial will show you different ways to rename a file in Windows 10. Starting with Windows 10 build 21343, Microsoft is updating File Explorer …

  8. Changing file names in a Git repository - Stack Overflow

    Apr 16, 2021 · How does Git handle filename changes? Will a file name change be detected as a modification or will there be a "lost" file which needs to be removed and the new file …

  9. How can I bulk rename files in PowerShell? - Stack Overflow

    Apr 13, 2014 · Depends on your definition of simple and complex. The other solutions all involve changing the names of the files; this one actual will create copies of each file with the new name, …

  10. How to change attachment file name in Power Apps?

    Nov 3, 2023 · Then, it uses the Patch function to update the file name and display name of the first attachment in the collection. The file name is set to "invoice" followed by the current date and time in …