diff options
author | Patrik Nyblom <[email protected]> | 2013-02-22 12:19:50 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-02-22 12:19:50 +0100 |
commit | 5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9 (patch) | |
tree | e5a02bdf18f2ac6df50847dfef34af634d36b99f /lib/kernel/doc/src/file.xml | |
parent | 7215c49aff685e93765598cd428baf1d4320f752 (diff) | |
parent | be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a (diff) | |
download | otp-5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9.tar.gz otp-5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9.tar.bz2 otp-5b1d51fedf10ebc6cccaa4f43396f98c644f3ba9.zip |
Merge branch 'hb/file_name_type/OTP-10852'
* hb/file_name_type/OTP-10852:
Introduce new type file:name_all()
Diffstat (limited to 'lib/kernel/doc/src/file.xml')
-rw-r--r-- | lib/kernel/doc/src/file.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 22a04c6c13..66ecba1bf2 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -117,6 +117,14 @@ <desc> <p>If VM is in Unicode filename mode, <c>string()</c> and <c>char()</c> are allowed to be > 255. + </p> + </desc> + </datatype> + <datatype> + <name name="name_all"/> + <desc> + <p>If VM is in Unicode filename mode, <c>string()</c> and <c>char()</c> + are allowed to be > 255. <c><anno>RawFilename</anno></c> is a filename not subject to Unicode translation, meaning that it can contain characters not conforming to @@ -514,6 +522,12 @@ <item> <p>The directory does not exist.</p> </item> + <tag><c>{no_translation, <anno>Filename</anno>}</c></tag> + <item> + <p><c><anno>Filename</anno></c> is a <c>binary()</c> with + characters coded in ISO-latin-1 and the VM was started + with the parameter <c>+fnue</c>.</p> + </item> </taglist> </desc> </func> @@ -1629,6 +1643,12 @@ <p><c><anno>Dir</anno></c> had an improper type, such as tuple.</p> </item> + <tag><c>no_translation</c></tag> + <item> + <p><c><anno>Dir</anno></c> is a <c>binary()</c> with + characters coded in ISO-latin-1 and the VM was started + with the parameter <c>+fnue</c>.</p> + </item> </taglist> <warning> <p>In a future release, a bad type for the |