diff options
author | Hans Bolinder <[email protected]> | 2013-02-15 15:51:32 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-02-21 11:40:04 +0100 |
commit | be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a (patch) | |
tree | fb547491fa0a2ba7ba14d14fe38492fff205115d /lib/kernel/doc/src | |
parent | 565b4a4065229c0c9ea08a758be3a2c228514883 (diff) | |
download | otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.tar.gz otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.tar.bz2 otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.zip |
Introduce new type file:name_all()
Diffstat (limited to 'lib/kernel/doc/src')
-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 069b13eacf..75fa32f702 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -125,6 +125,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 @@ -521,6 +529,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> @@ -1580,6 +1594,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 |