Top "Filenames" questions

Filenames are metadata about a file; a string used to uniquely identify a file stored on the file system of a computer.

DateTime.ToString() format that can be used in a filename or extension?

I want to add a timestamp to filenames as files are created but most of the DateTime methods I've tried …

c# datetime filenames datetime-format
A html space is showing as %2520 instead of %20

Passing a filename to the firefox browser causes it to replace spaces with %2520 instead of %20. I have the following HTML …

html url filenames url-encoding
Get only filename from url in php without any variable values which exist in the url

I want to get filename without any $_GET variable values from a URL in php? My URL is http://learner.…

php url get filenames
Get file name from a file location in Java

I have a String that provides an absolute path to a file (including the file name). I want to get …

java url string path filenames
Obtaining only the filename when using OpenFileDialog property "FileName"

I am trying to include only the filename of the file I've selected in the OpenFileDialog in the label1.Text …

c# .net filenames openfiledialog
Renaming part of a filename

I have loads of files which look like this: DET01-ABC-5_50-001.dat ... DET01-ABC-5_50-0025.dat and I want …

bash filenames rename
Append date to filename in linux

I want add the date next to a filename ("somefile.txt"). For example: somefile_25-11-2009.txt or somefile_25Nov2009.…

linux ubuntu append rename filenames
Git copy file preserving history

I have a somewhat confusing question in Git. Lets say, I have a file dir1/A.txt committed and git …

git file copy filenames
Get filename without extension from full path

I am making a program to store data from excel files in database. I would like the user to give …

java filenames
Create file name using date and time

I hope you could help me, I'm trying to call in the date from another class and looks like "2011-03…

java datetime filenames