|
| |
| | Filename extension - Wikipedia, the free encyclopedia |
 | | A filename extension is an extra set of (usually) alphanumeric characters that is appended to the end of a filename to allow computer users (as well as various pieces of software on the computer system) to quickly determine the type of data stored in the file. |  | | Filename extensions can be considered as a type of metadata, though one of the most visible pieces of such information on modern computer systems. |  | | These systems generally allowed for variable-length filename extensions, and also tended to allow more than one dot—partly because they had additional methods for determining file format information. |
|
http://en.wikipedia.org/wiki/File_name_extension
(1424 words)
|
|
| |
| | Filename - Wikipedia, the free encyclopedia |
 | | A filename is a special kind of string used to uniquely identify a file stored on a computer. |  | | Also: consider that ISO 9660 defines a maximum directory depth / level of 8, assuming a maximum length of 255, this leads to an overall maximum url length of 2040. |  | | The maximum length of a filename including the extension on different systems is: |
|
http://en.wikipedia.org/wiki/Filename
(526 words)
|
|
| |
| | Illustrated UNIX System V/BSD: Module 54 FILENAMES AND FILENAME GENERATION |
 | | Filenames are used to reference data stored on disk. |  | | A filename is a string of characters representing an ordinary file, a directory file, or a special file. |  | | If multiple filenames match the partial string, then the filename is expanded to the end of the common part of the filename. |
|
http://www.alasir.com/books/bsd/229-233.html
(1483 words)
|
|
| |
| | December 1997/Filename Pattern Matching |
 | | Filename patterns are a simplified kind of regular expression designed explicitly for matching filenames within the context of a file system or operating system. |  | | Filename patterns do not have the power or flexibility of full regular expressions, but they don't need to since they are used only to match filenames. |  | | This is accomplished by assuming that the closure subpattern initially matches zero characters in the filename (starting at the current position in the filename), and then recursively attempting to match the rest of the pattern against the rest of the candidate filename. |
|
http://www.tcnj.edu/~hernande/cujv5/html/15.12/tribble/tribble.htm
(1966 words)
|
|
| |
| | Statements : FILENAME |
 | | See Electronic Mail Option Values for the FILENAME Statement in the CMS Environment for the values that can be assigned to the preceding options. |  | | See Device Types for the FILENAME Statement in the CMS Environment for further information. |  | | Note that when files are concatenated, all files in the list must be processed by the same external I/O device (for example, all disk or all reader files). |
|
http://www.uc.edu/sashtml/cms/z1main.htm
(2763 words)
|
|
| |
| | Output.Filename |
 | | A string indicating the filename for the output file. |  | | The Output.Filename property sets/returns the filename of the output file. |  | | The Path value is a combination of the Dir value and the Filename value. |
|
http://www.webgecko.com/products/apgen/docs/outfilename.htm
(262 words)
|
|
| |
| | Filename class Reference |
 | | The generated filename did not exist when the Filename checked, but since it does not specifically create the file, it is possible that another process could simultaneously create a file by the same name. |  | | Indicates that the filename represents a binary file. |  | | A Filename is also aware of the mapping between the Unix-like filename convention we use internally, and the local OS's specific filename convention, and it knows how to perform basic OS-specific I/O, like testing for file existence and searching a searchpath, as well as the best way to open an fstream for reading or writing. |
|
http://www.etc.cmu.edu/projects/panda3d/PandaDox/DTool/html/classFilename.html
(2928 words)
|
|
| |
| | Statements : FILENAME |
 | | filename in 'indexed.dat' key=2 keyvalue<5000; data _null_; infile in; input name $9. |  | | An existing file of the name given in the FILENAME or FILE statement is opened and new data appended to the end. |  | | For Version 8, if you specify a version number for the file in a FILENAME statement, the version number of the file is not increased. |
|
http://www.uni.edu/sasdoc/vms/z1main.htm
(5331 words)
|
|
| |
| | Tcl Built-In Commands - filename manual page |
 | | Another Windows peculiarity is that any number of trailing dots '.' in filenames are totally ignored, so, for example, attempts to create a file or directory with a name "foo." will result in the creation of a file/directory with name "foo". |  | | Complete paths or filenames longer than about 260 characters will lead to errors in most file operations. |  | | On Windows platforms there are file and path length restrictions. |
|
http://www.tcl.tk/man/tcl8.4/TclCmd/filename.htm
(1256 words)
|
|
| |
| | filename extension definition of filename extension in computing dictionary - by the Free Online Dictionary, Thesaurus ... |
 | | Apart from informing the user what type of content the file holds, filename extensions are typically used to decide which program to launch when a file is "run", e.g. |  | | filename extension - The portion of a filename, following the final point, which indicates the kind of data stored in the file. |  | | filename extension definition of filename extension in computing dictionary - by the Free Online Dictionary, Thesaurus and Encyclopedia. |
|
http://computing-dictionary.thefreedictionary.com/filename+extension
(191 words)
|
|
| |
| | Security and Filename Extensions |
 | | The value name "NeverShowExt" means that for this filename extension, Windows will not show the extension even if you set Windows to show all extensions, and a Value name "AlwaysShowExt" means that the extension will be shown even if you set windows to hide extensions of known file extensions. |  | | One of the few filename extensions that will be opened without problems also in newer versions of Outlook Express, is the ZIP filename extension. |  | | Those tricks and the fact that in the ever changing Computers' world, the white list and black list of filename extensions is changing with the emerge of newer and more sophisticated applications, made some security experts to disregard filename extensions as a method for identifying potentially risky files. |
|
http://www.geocities.com/ResearchTriangle/Lab/1131/eng/safe.html
(5418 words)
|
|
| |
| | Filename Matching Interface |
 | | The filename matching interface allows the user to define categories of files based on filenames. |  | | Consequently, applications (or existing software libraries) need not be rewritten to use the filename matching interface. |  | | time, the library matches the filename being opened to a regular expression in the environment. |
|
http://www.usenix.org/events/usenix99/full_papers/anderson/anderson_html/node11.html
(175 words)
|
|
| |
| | [Mono-dev] Mono.Unix Filename Marshaling |
 | | A Because Windows stores all filenames on disk as Unicode (and has since Windows NT 3.1 and/or the introduction of Long Filenames in Windows 95), so it doesn't need to worry (as much) about the arbitrary filename encoding problem. |  | | Plus, since a directory can contain files in more than one encoding, and expecting the developer to provide the right encoding for each file would require the developer to be clairvoyant. |  | | Plus, using UTF-8 allows any Unicode character to be used in a filename (which could be considered as a bad thing, depending). |
|
http://lists.ximian.com/pipermail/mono-devel-list/2005-October/015422.html
(745 words)
|
|
| |
| | Filename of Self - Dev Shed |
 | | What I need is to be able to list the filename in a file manager type of program uniquely as opposed to the other files in the directory which will show in the main list. |  | | If I know what level its in I could substr it, but if its moved to another level that doesn't work unless you modify it because what i get is '/filename.php' not 'filename.php'. |  | | Basically I want the filename without the absolute path or any other path. |
|
http://forums.devshed.com/php-development-5/filename-of-self-98943.html
(265 words)
|
|
| |
| | Filename |
 | | Filename is a non-resident, direct action infector of.COM files, but not COMMAND.COM. |  | | Infected programs will have a file length increase of 512 bytes with the virus being located at the beginning of the program. |  | | Infected files have a file length increase of 512 bytes. |
|
http://vil.nai.com/vil/content/v_453.htm
(713 words)
|
|
| |
| | Irony software |
 | | Besides renaming the complete filename it can be used to add to a filename, to remove a part, to replace a part, to change case, to add numbers, to add the current or modification date, to remove unwanted characters and some more. |  | | fileName Wizard is an easy to use program that can be used when you need to rename one or more, or a lot of files. |  | | You have probably seen other file renamers on the web. |
|
http://www.irony.biz/filenamewizard.aspx
(120 words)
|
|
| |
| | Filename Completion |
 | | For example, a directory might contain several hundred files (take a look at /usr/bin) and a user might want to examine a data file that he can only remember starts with the month it was created, say june. |  | | This would occur if there were three files in the current directory starting with ``th'', and the user tried filename completion after entering just a ``t''. |  | | If it is not, the shell will beep alerting the user that the completion is ambiguous. |
|
http://snap.nlc.dcccd.edu/reference/shellguide/node61.html
(459 words)
|
|
| |
| | PASS Discussion Forums - Passing variable to create a filename |
 | | Take the getdate() and create a filename (converted to string, example 031720021220), then take some SQL data based on a query an export this file to a text file using the filename. |  | | Using the activeXscript task you can write VB script to retrieve the value of the filename, use the FileSystemobject to create the file. |  | | Once you create the file, set up the destination as a Text Source with the filename you created and export the data. |
|
http://www.sqlpass.org/Forums/messageview.cfm?catid=391&threadid=12062
(342 words)
|
|
| |
| | Tip #1048 - add classname based on filename while in input mode : vim online |
 | | I often copy or rename java files and then go in and have to change the name of the class to match the filename (minus the path to the file and the.java extension). |  | | getreg() gets the contents of the % register which has the filename (which may or may not have the full path depending on how you loaded the file). |  | | Tip #1048: add classname based on filename while in input mode |
|
http://www.vim.org/tips/tip.php?tip_id=1048
(218 words)
|
|
| |
| | MediaMonkey :: View topic - Multiple filename format in auto tag from filename |
 | | With the right list of filename formats i could run a auto-tag from filename for all my files in one step. |  | | Now if we could combine both in one list of filename formats to check for we dont need to change the filename format everytime the filename format changes. |  | | If the first filename format cannot be matched the next gets tested... |
|
http://www.mediamonkey.com/forum/viewtopic.php?t=4717&highlight=&sid=c15d54355b16f56a7e89060dd5e95f5d
(329 words)
|
|
| |
| | Filename and Extension |
 | | The filename is the name given to a file in order to distinguish it from other files. |  | | The "Lessonplan" file can be found in the "ggayle" directory that resides on the "collegepro.net" computer server. |  | | The file "Lessonplan" has the filename extension "pdf". |
|
http://www.nova.edu/~ggayle/evaluation/id47.htm
(218 words)
|
|
| |
| | Statements : FILENAME |
 | |
Several options can be specified in the FILENAME statement for files and pipes that are in the Hierarchical File System of UNIX System Services. |  | | specifies that if the file that you reference in the FILENAME statement is unavailable, a requestor window is not displayed and an error message is written to the SAS log. |  | | indicates that the file that you reference in the FILENAME statement is to be freed and reallocated if it is currently in use. |
|
http://www.asu.edu/it/fyi/unix/helpdocs/statistics/sas/sasdoc/sashtml/os390/z1main.htm
(4107 words)
|
|
| |
| | Recipe 7.2. Opening Files with Unusual Filenames |
 | | function uses a single string to determine both the filename and the mode - the way the file is to be opened. |  | | You want to open a file with a funny filename, like |  | | ) isn't considered part of the filename by |
|
http://www.unix.org.ua/orelly/perl/cookbook/ch07_03.htm
(358 words)
|
|
| |
| | + in filename - SEO Chat |
 | | Discuss + in filename in the Google Optimization forum on SEO Chat. |  | | Find help on beating spam pages, getting out of the sandbox, and beating the Google algorithm. |  | | + in filename Google Optimization forum discussing techniques to increase rank in Google. |
|
http://forums.seochat.com/google-optimization-7/in-filename-6327.html
(275 words)
|
|
| |
| | FileName Property |
 | | The FileName property corresponds to the file name attribute parameter of the Content-Disposition header field of Request for Comments (RFC) 2183. |  | | The FileName property corresponds to the file name parameter attribute used with the Content-Disposition Multipurpose Internet Mail Extensions (MIME) header field. |  | | In the example below, the attachments are enumerated, and all associated file names gathered. |
|
http://msdn.microsoft.com/library/en-us/cdosys/html/fecaffe7-d4f0-4bed-8779-75cb2154c2bb.asp?frame=true
(246 words)
|
|
| |
| | Symantec Security Response - Intelligent Updater Filename Changes on August 14, 2002 |
 | | For example, a package named 0501i32.exe was created on May 01, but there is no straightforward way to determine the year or version number of this definition package by looking at the filename. |  | | Due to the lack of long-filename support on 16-bit platforms, the filenames of the 16-bit Intelligent Updaters will not change. |  | | Also, the Intelligent Updater static filenames will no longer contain the term "sarc". |
|
http://www.symantec.com/avcenter/iu.filename.change.html
(393 words)
|
|
| |
| | musikForums / [UNCONFIRMED] Filename is stored in lowercase |
 | | Also, with regard to duplicate filenames, I’m not saying you should match files case insensitively, just that you should *store* it without first lowercasing all characters. |  | | And that fix doesn’t need to convert all the filenames in the database to all lowercase, it just needs to do a case-insensitive compare when synchronising the database. |  | | there was a big discussion about this and how, as windows is case insensitive with its filenames on a lower level, when scanning your hdd for new files with a case sensitive search recently renamed files can be added twice. |
|
http://www.musikcube.com/punbb/viewtopic.php?id=966
(1170 words)
|
|
| |
| | Course Technology--InfoWeb: Filename Extensions |
 | | You learned that much of today's software adds an application-specific filename extension to the files you save. |  | | On the Web you'll find a list of filename extensions in alphabetical order at www.crosswinds.net/san-marino/~jom/filex/extensio.htm. |  | | Suppose you receive a file that has an unfamiliar extension. |
|
http://www.cciw.com/content/filename_extensions.html
(136 words)
|
|
| |
| | find-filename-pattern-encoding-match |
 | | Finds the encoding of a file based on the filename. |  | | Corresponding external format spec for the encoding that was found. |  | | If a match is found, return the corresponding external format spec. |
|
http://www.lispworks.com/documentation/lw445/LWRM/html/lwref-570.htm
(31 words)
|
|
| |
| | WebDeveloper.com - filename troubles |
 | | what i want is to seperate the filename from the path. |  | | In the split, you would have to replace '/' with '\\' if it really is used for the value of an input type=file |  | | I said: In the split, you would have to replace '/' with '\' if it really is used for the value of an input type=file |
|
http://www.webdeveloper.com/forum/printthread.php?t=38000
(438 words)
|
|
| |
| | Visual Basic: txt filename |
 | | I've been programming in vb for 4-5 years now and have created a lot of programs and published some as freeware. |  | | Which just looks at the stirng FileName and replaces any instances of '/' it finds into '-' and stores the result back into the string FileName. |  | | However, how do i actually create a txt file with a DIFFERENT filename each time the program is started (to hold THAT weeks payslip data for all the employees)? |
|
http://experts.about.com/q/Visual-Basic-1048/txt-filename.htm
(442 words)
|
|
| |
| | GtkFileChooser |
 | | as the current filename for the file chooser, by changing to the file's parent folder and actually selecting the file in list. |  | | If files in the current folder cannot be represented as local filenames they will be ignored. |  | | Gets the filename for the currently selected file in the file selector. |
|
http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html
(3655 words)
|
|
| |
| | PicaLoader - Auto picture downloader Online Help - Customize local filename |
 | | Select Customize Filename and input the filename reaulation when create new project. |  | | Select main menu->Project->Properties, then select Customize Filename and input the filename reaulation for exist project. |  | | You can use "fixed string" to insert a fixed string into result. |
|
http://www.vowsoft.com/help/customizelocalfilename.htm
(261 words)
|
|
| |
| | Filename Wildcards |
 | | The following characters are interpreted by the shell as filename wildcards, and any word containing them is replaced by a sorted list of all the matching files. |  | | An initial "." in a filename does not match a wildcard unless explicitly given in the pattern. |  | | In this sense filenames starting with "." are hidden. |
|
http://www.dartmouth.edu/~rc/classes/ksh/wildcards.html
(87 words)
|
|
| |
| | phpBB.com :: View topic - Fix: Missing data in $filename |
 | | After the if hack, if the file is missing, it doesn't empty $filename, and this is an example output: |  | | The phpbb_realpath command uses the function realpath(); - and helpfully returns false if the file doesn't exsist, so in our case, it effectivly empties the variable. |  | | die("Template->make_filename(): Error - file $filename does not exist"); |
|
http://www.phpbb.com/phpBB/viewtopic.php?t=189314&highlight=
(733 words)
|
|
| |
| | Log.Filename |
 | | A string indicating the new filename of the log file. |  | | This example changes the name of the log file to "site.log". |  | | The Log.Filename property sets/returns the filename of the log file. |
|
http://www.webgecko.com/products/apgen/docs/logfilename.htm
(129 words)
|
|
| |
| | ImageFormatUtils class - Find the ImageFormat for a filename or MIME type |
 | | '/// The filename or extension of the image. |  | | Public Shared Function FromExtension(ByVal filename As String) As _ ImageFormat If filename Is Nothing OrElse 0 = filename.Length Then Throw New ArgumentNullException("filename") End If Dim info As ImageCodecInfo = CodecFromExtension(filename) If info Is Nothing Then Return Nothing Else Return FromID(info.FormatID) End If End Function |
|
http://www.devx.com/vb2themax/Tip/19665
(370 words)
|
|
| |
| | FileName Pro |
 | | In fact, FileName Pro can rename your files based on any number of file naming schemes you configure, and it can also move your files to a new folder when the rename operation is complete. |  | | Additionally, if for any reason you need to undo the file naming operation FileName Pro can do that too! |  | | Whether you have a few or thousands of files to rename, FileName Pro can rename your files in seconds. |
|
http://www.digibuy.com/cgi-bin/product.html?92964562642
(90 words)
|
|
| |
| | The FILENAME field does not automatically update when you open a document in Word 2002 or Word 2003 |
 | | When you open a document in one of the versions of Microsoft Word that is listed in the "Applies to" section of this article, the FILENAME field (and path if applicable) does not update to the name and the location of the file that you just opened. |  | | This behavior is a design change in Microsoft Word 2002 and later to permit your Word document that contains a FILENAME field to open more quickly. |  | | The FILENAME field does not automatically update when you open a document in Word 2002 or Word 2003 |
|
http://support.microsoft.com/?kbid=832897
(486 words)
|
|
| |
| | Gentoo Linux Documentation -- acroread: UUDecode filename buffer overflow |
 | | By enticing a user to open a PDF with a specially crafted filename, an attacker could execute arbitrary code or programs with the permissions of the user running acroread. |  | | acroread contains two errors in the handling of UUEncoded filenames that may lead to execution of arbitrary code or programs. |  | | acroread contains two errors in the handling of UUEncoded filenames. |
|
http://www.gentoo.org/security/en/glsa/glsa-200408-14.xml
(163 words)
|
|
| |
| | Ask Mr. Excel - Event Macro to Add Path and Filename to Excel Header |
 | | Donna from Missouri asked, Do you have any idea how I can get the path where the document is filed indicated in the header or footer - or anywhere in the document. |  | | Excel - Event Macro to Add Path and Filename to Excel Header |  | | This person may know to manually change the settings in File > PageSetup, but if they do not know the code is there, it will drive them batty as the code continually changes their footers back. |
|
http://www.mrexcel.com/tip055.shtml
(1296 words)
|
|
| |
| | Pathname in headings, footers, and cells |
 | | Excel 2002 has added and[Path] for custom headers and footers, but for earlier versions of Excel you still must use a macro. |  | | Insert --> Field --> Document Information --> filename |  | | Including the above and additional information: (#modify to suit your preferences) |
|
http://www.mvps.org/dmcritchie/excel/pathname.htm
(3008 words)
|
|
| |
| | filename |
 | | The symbolic constants for error numbers are defined in class='headerfile'>errno.h in class='directory'>/usr/include/sys. |  | | Filename extensions can be explicitly identified with the |
|
http://www.docbook.org/tdg/en/html/filename.html
(125 words)
|
|
| |
| | Unix Commands: A Quick Guide |
 | | All commands work on Sun Solaris operating system version 2.5.1 (also known as SunOS 5.5.1) available on the the Sun workstations in the CS Department's Instructional Computing Laboratory (ICL). |  | | Command Description pico filename A simple text editor vi filename Vi editor emacs filename Emacs editor xemacs filename X window Emacs editor nedit filename Nedit editor xedit filename A simple X window text editor |  | | Command Description ftp hostname using ftp program to perform FTP to/from hostname ncftp hostname A user-friendly FTP program (for a tutorial, click here) xftp X-window interface to FTP |
|
http://www.cs.uic.edu/~consult/how/unix.html
(454 words)
|
|
| |
| | PHP: file_exists - Manual |
 | | I wrote this little handy function to check if an image exists in a directory, and if so, return a filename which doesnt exists e.g. |  | | This puzzled me when I was writing a video file manipulation application. |
|
http://us2.php.net/manual/en/function.file-exists.php
(933 words)
|
|
| |
| | Filename Interpretation |
 | | The evaluation rules for the Files and Imports clauses do not specify how the sequence of Arcs and Delims making up a DelimPath is converted into a filename in the underlying file system. |  | | However, the implementation actually requires that Vesta programs use one or the other uniformly. |  | | When creating a filename from a sequence of Arcs and Delims, the implementation inserts the appropriate arc separator required by the underlying file system. |
|
http://www.vestasys.org/doc/sdl-spec/node149.html
(220 words)
|
|
|