D
D
Darya Shvakh2019-05-13 14:01:16
Windows
Darya Shvakh, 2019-05-13 14:01:16

Is there a program that generates unique file names for saving on a PC under Windows?

Is there a program that generates unique names for files when they are saved?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nrgian, 2019-05-13
@DariaShvakh

Darya Shvakh ,

Perhaps !!!?)
Even I somehow .... but, they say, I save it on the PC.)
Or is it still a Browser?

If you view pictures on the Internet through a browser, and then save them to yourself, then yes - you are using the browser's capabilities to write files to yourself.
There are plenty of browser extensions/plugins that allow you to do this in a convenient way.
Go to the menu of your browser to the menu item to search and install extensions / plugins and see all kinds of extensions / plugins for Download / Download
For, for example, the Mozilla Firefox browser is here:
Mozilla Firefox Addons
There are many very similar to what you need.
You just need to sort through them and choose a more convenient one.

K
Konstantin Tsvetkov, 2019-05-13
@tsklab

In any language, use the CreateGUID Function . Or online GUID generator .
Open the page , copy, paste the file name to save.
Or

cmd /c powershell.exe -Command "[guid]::NewGuid().ToString()|Set-Clipboard"
and paste the name of the file to save.
The program quickly analyzed all 300 names (for 300 images) and Offers me an already Generated Unique Name for the saved file.
Many programs have a built-in mechanism for creating either a name or a suffix to prevent overwriting an existing file. For example:5cd970022fba9248445128.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question