Used as a URL type with such commands as put and get to designate a local file.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
file
# Examples
put the htmlText of field 1 into URL "file:/Drive/Folder/File"
answer URL "file:myPrefs.txt"
put URL "file:C:/abc.def" into savedInfo
put "Test" into word 3 of URL "file:/Hard Drive/Applications/Test"
# Description
The file URL scheme indicates a text file which is located on the user's system. The file is specified by either a absolute file path starting with "/", or a relative file path starting from the defaultFolder.
A URL container can be used anywhere another container type is used.
Different operating systems use different characters to mark the end of a line. Mac OS and OS X use a return character (ASCII 13), Unix systems use a linefeed character (ASCII 10), and Windows systems use a return followed by a linefeed. When you use a file URL as a container, LiveCode automatically uses the current system's standard end-of-line marker and LiveCode's linefeed character.
>*Tip:* To put data into, or get data from, a binary file, use the > binfile keyword instead.
For technical information about URLs and the file URL scheme, see RFC 1630 at http://www.ietf.org/rfc/rfc1630.txt.
# Tags
# See
- **keyword:** binfile, URL, file, http, resfile - **property:** fileType, defaultFolder - **command:** close file, revCopyFile, put, get - **glossary:** binary file, text file, local file, absolute file path, URL scheme, container, keyword, relative file path, end-of-line marker, command