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.

How to make an NSString path (file name) safe

I'm using very tricky fighting methods :) to make a string like Fi?le*/ Name safe for using as a file …

cocoa string nsstring filenames
C# .cs file name and class name need to be matched?

In Java the file name must be the public class name defined in that java file. Does C# has similar …

c# filenames classname
Is it the filename or the whole URL used as a key in browser caches?

It's common to want browsers to cache resources - JavaScript, CSS, images, etc. until there is a new version available, …

javascript url browser caching filenames
Can ack find files based on filename only?

Using ack (sometimes packaged as ack-grep) I know that I can find paths that contain a specific string by doing: …

filenames ack
Find commits that modify file names matching a pattern in a GIT repository

I'd like to find commits in my code base that add video files to throw them out. Is there a …

git find filenames
how to append timestamp to file name for java.util.logging.FileHandler.pattern

Hi I was wondering if anyone knows a way to append a timestamp to the log file name specified through …

java timestamp filenames java.util.logging
What is the correct way to join multiple path components into a single complete path in emacs lisp?

Suppose I have variables dir and file containing strings representing a directory and a filename, respectively . What is the proper …

elisp filenames path-manipulation
Can I find a filename from a filehandle in Perl?

open(my $fh, '>', $path) || die $!; my_sub($fh); Can my_sub() somehow extrapolate $path from $fh?

perl filenames filehandle
Java Can't Open a File with Surrogate Unicode Values in the Filename?

I'm dealing with code that does various IO operations with files, and I want to make it able to deal …

java file unicode filenames surrogate-pairs
Using mysqlimport where the filename is different from the table name

I've been playing with mysqlimport and I've run into the restriction where the filename has to be the same as …

mysql filenames restriction mysqlimport tablename