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.

Creating a thread-safe temporary file name

When using Tempfile Ruby is creating a file with a thread-safe and inter-process-safe name. I only need a file name …

ruby thread-safety filenames temp
CarrierWave: Create the same, unique filename for all versioned files

Before I go into detail I'll get right to the point: has anyone figured out a way to get Carrierwave …

ruby-on-rails ruby ruby-on-rails-3 filenames carrierwave
Python IOError exception when creating a long file

I get an IOError shown below when trying to open a new file using "open (fname, 'w+')". The complete …

python filenames ioerror
Get all filenames inside a directory on FTP [Python]

Today I ran into a big problem and because I'm fairly new with Python I'm really going to need to …

python ftp filenames ftplib
C# Filepath Recasing

I'm trying to write a static member function in C# or find one in the .NET Framework that will re-case …

c# .net filenames case-sensitive filepath
Rename a file if same already exists

I'm trying to upload a file and rename it if it already exists. The way I want i to do …

php file-upload filenames file-rename file-exists
Time code and filename prefix in VLC

I find this material, http://wiki.videolan.org/Documentation:Play_HowTo/Format_String. I try the time code of the …

time filenames vlc libvlc scene
In Python, how can I get the correctly-cased path for a file?

Windows uses case-insensitive file names, so I can open the same file with any of these: r"c:\windows\system32\…

python windows filenames
SPLFileInfo: get filename without extension

I'm accessing a number of files in the SPLFileInfo object. I see a way to get the path, filename, and …

php filenames file-extension spl fileinfo
C#: Using Directory.GetFiles to get files with fixed length

The directory 'C:\temp' has two files named 'GZ96A7005.tif' and 'GZ96A7005001.tif'. They have different length with …

c# .net windows filenames long-filenames