From be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 15 Feb 2013 15:51:32 +0100 Subject: Introduce new type file:name_all() --- lib/kernel/doc/src/file.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/kernel/doc/src/file.xml') 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 @@ -122,6 +122,14 @@ + +

If VM is in Unicode filename mode, string() and char() + are allowed to be > 255. +

+
+
+ +

If VM is in Unicode filename mode, string() and char() are allowed to be > 255. @@ -521,6 +529,12 @@

The directory does not exist.

+ {no_translation, Filename} + +

Filename is a binary() with + characters coded in ISO-latin-1 and the VM was started + with the parameter +fnue.

+
@@ -1580,6 +1594,12 @@

Dir had an improper type, such as tuple.

+ no_translation + +

Dir is a binary() with + characters coded in ISO-latin-1 and the VM was started + with the parameter +fnue.

+

In a future release, a bad type for the -- cgit v1.2.3