diff options
author | Lukas Larsson <[email protected]> | 2014-11-26 11:10:52 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-11-26 11:10:52 +0100 |
commit | 33ef9019afb4cd268d5c9e54e63e428630686d63 (patch) | |
tree | 648f25b544ee82e926f82bb241459f3ff9caa1fa /lib/kernel/doc | |
parent | 2eac7d839b601d1f043aa711f2a18ecfbd83048d (diff) | |
parent | 060e0bdc7886419adfb33371cebf7e858b5b4b9f (diff) | |
download | otp-33ef9019afb4cd268d5c9e54e63e428630686d63.tar.gz otp-33ef9019afb4cd268d5c9e54e63e428630686d63.tar.bz2 otp-33ef9019afb4cd268d5c9e54e63e428630686d63.zip |
Merge branch 'nox/read_file_info-raw/OTP-12325' into maint
* nox/read_file_info-raw/OTP-12325:
kernel: Do not check unsync:ed file size
Introduce new option 'raw' in file_info functions
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/file.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 1c03efe7fd..dcb9640dcf 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -1283,6 +1283,8 @@ or before unix time epoch which is 1970-01-01 00:00 UTC. Default is <c>{time, local}</c>. </p> + <p>If the <c>raw</c> option is set, the file server will not be called + and only informations about local files will be returned.</p> <note> <p> Since file times is stored in posix time on most OS it is @@ -1509,6 +1511,8 @@ the link will be returned in the <c>file_info</c> record and the <c>type</c> field of the record will be set to <c>symlink</c>.</p> + <p>If the <c>raw</c> option is set, the file server will not be called + and only informations about local files will be returned.</p> <p>If <c><anno>Name</anno></c> is not a symbolic link, this function returns exactly the same result as <c>read_file_info/1</c>. On platforms that do not support symbolic links, this function @@ -1847,6 +1851,8 @@ interpret it as universal time and <c>posix</c> must be seconds since or before unix time epoch which is 1970-01-01 00:00 UTC. Default is <c>{time, local}</c>. + <p>If the <c>raw</c> option is set, the file server will not be called + and only informations about local files will be returned.</p> </p> <p>The following fields are used from the record, if they are given.</p> |