Definitions
American Heritage® Dictionary of the English Language, Fourth Edition
- n. A name given to a computer file to distinguish it from other files, often containing an extension that classifies it by type.
Wiktionary
- n. computing The name assigned to a collection of records (i.e. lines) within a filesystem.
WordNet 3.0
- n. (computer science) the name given to a computer file in order to distinguish it from other files; may contain an extension that indicates the type of file
Etymologies
- file + name (Wiktionary)
Examples
“SqlCommand ( "insert into imageArchive (filename, imgblob, extension) values (@filename, @imgBlob)", cn)”
“POSTdata = % POSTdata%&Content-Disposition = attachment ` % 3B+filename ` % 3D ` % 24 {filename}; not sure why it's +filename and not just filename”
“If you're creating your objects directly, you might declare a filename () accessor method to get and set the name of the configuration file: sub filename my ($self, $filename) = @_;”
“SELECT * FROM [files] WHERE ([filename] = @filename)”
“& s filename: = [translate % filename%] & if [exists % filename%] & then & goto file type 'File not found.' % filename% '(FILE)”
Introduction to the Primos Operating System by Violence of The VOID Hackers
“$contents = "testdata1 \t testdata2 \t testdata3 \t \n"; header ( 'Content-type: application/ms-excel'); header ( 'Content-Disposition: attachment; filename ='. $filename); echo $contents; but I have more than that on my page and with this method, it just downloads the whole page into excel.”
“$contents = "testdata1 \t testdata2 \t testdata3 \t \n"; header ( 'Content-type: application/ms-excel'); header ( 'Content-Disposition: attachment; filename ='. $filename); echo $contents;”
“$imgsize = getimagesize ($filename); echo "\" $filename\ "$imgsize [3] >"; echo $imgsize [3]”
“$filename = $this - > cachepath. str_replace ( '/', '.', $this - > filename [$handle]).”
“Save (newFilename); return newFilename; public void set_isCommented (Boolean value) isCommented = value; public Boolean get_isCommented () return isCommented; public class xmlSignature public xmlSignature (String filename) _filename = filename; public Boolean SignXML ()”
Lists
These user-created lists contain the word ‘filename’.
Tweets
Looking for tweets for filename.

Comments
No comments yet...
Log in or sign up to get involved in the conversation. It's quick and easy.