WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=6bef67699fc09c8090339853e5c50f63040ef6f5
commit 6bef67699fc09c8090339853e5c50f63040ef6f5 Author: Lauro Moura <[email protected]> Date: Fri Dec 11 15:37:21 2015 -0800 Wiki page file changed with summary [] by Lauro Moura --- pages/api/javascript/ecore/file.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/api/javascript/ecore/file.txt b/pages/api/javascript/ecore/file.txt index 50890c6..af2d2aa 100644 --- a/pages/api/javascript/ecore/file.txt +++ b/pages/api/javascript/ecore/file.txt @@ -481,7 +481,7 @@ Return value * number - number of successful paths created, -1 if paths is NULL. -This function creates all the directories that are in the null terminated array paths. The function loops over the directories and call ecore_file_mkpath(), hence on Windows, '\' must be replaced by '/' before calling that function. This function returns -1 if paths is NULL. Otherwise if returns the number of suceesfully created directories. +This function creates all the directories that are in the null terminated array paths. The function loops over the directories and calls ''efl.Ecore.File.mkpath()'', hence on Windows, '\' must be replaced by '/' before calling that function. This function returns -1 if paths is NULL. Otherwise, if returns the number of successfully created directories. === mkstemp(template) === @@ -733,3 +733,14 @@ Return value * boolean - ''true'' on success, ''false'' otherwise. This function deletes file. It returns ''true'' on success, ''false'' otherwise. + +==== Methods ==== + +=== download.abort() ==== + +Syntax +<code javascript> +downloadObj.abort(); +</code> + +Aborts a single download. \ No newline at end of file --
