From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/filelib.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/stdlib/doc/src/filelib.xml') diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml index 790f289ae5..5df415834f 100644 --- a/lib/stdlib/doc/src/filelib.xml +++ b/lib/stdlib/doc/src/filelib.xml @@ -32,7 +32,7 @@ A filelib.xml - filelib + filelib File utilities, such as wildcard matching of filenames. @@ -94,7 +94,7 @@ - + Ensure that all parent directories for a file or directory exist. @@ -108,7 +108,7 @@ - + Return the size in bytes of a file.

Returns the size of the specified file.

@@ -116,7 +116,7 @@
- + Fold over all files matching a regular expression.

Folds function Fun over all (regular) files @@ -142,7 +142,7 @@ - + Test whether Name refers to a directory.

Returns true if Name @@ -151,7 +151,7 @@ - + Test whether Name refers to a file or directory. @@ -161,7 +161,7 @@ - + Test whether Name refers to a (regular) file.

Returns true if Name @@ -170,7 +170,7 @@ - + Return the local date and time when a file was last modified. @@ -180,7 +180,7 @@ - + Match filenames using Unix-style wildcards.

Returns a list of all files that match Unix-style wildcard string @@ -252,7 +252,7 @@ filelib:wildcard("lib/**/*.{erl,hrl}") - + Match filenames using Unix-style wildcards starting at a specified directory. -- cgit v1.2.3