diff --git a/docs/xml/Java.Nio.FileNio/AccessMode.xml b/docs/xml/Java.Nio.FileNio/AccessMode.xml index c40108aab..c8a5b2965 100644 --- a/docs/xml/Java.Nio.FileNio/AccessMode.xml +++ b/docs/xml/Java.Nio.FileNio/AccessMode.xml @@ -67,8 +67,8 @@ Java.Nio.FileNio.AccessMode - To be added. - To be added. + Requests that the file be checked for execute access. + An access mode that checks whether the file can be executed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.FileNio/FileVisitOption.xml b/docs/xml/Java.Nio.FileNio/FileVisitOption.xml index b0db4837e..47695941d 100644 --- a/docs/xml/Java.Nio.FileNio/FileVisitOption.xml +++ b/docs/xml/Java.Nio.FileNio/FileVisitOption.xml @@ -71,8 +71,8 @@ Java.Nio.FileNio.FileVisitOption - To be added. - To be added. + Causes file tree traversal to follow symbolic links. + A traversal option that follows symbolic links. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.FileNio/FileVisitResult.xml b/docs/xml/Java.Nio.FileNio/FileVisitResult.xml index 5674824d3..5e500cd7d 100644 --- a/docs/xml/Java.Nio.FileNio/FileVisitResult.xml +++ b/docs/xml/Java.Nio.FileNio/FileVisitResult.xml @@ -67,8 +67,8 @@ Java.Nio.FileNio.FileVisitResult - To be added. - To be added. + Continues file tree traversal and, when returned from PreVisitDirectory, visits the directory's entries. + A result that continues file tree traversal. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.FileNio/StandardCopyOption.xml b/docs/xml/Java.Nio.FileNio/StandardCopyOption.xml index 65757ccc9..bc0160c23 100644 --- a/docs/xml/Java.Nio.FileNio/StandardCopyOption.xml +++ b/docs/xml/Java.Nio.FileNio/StandardCopyOption.xml @@ -80,8 +80,8 @@ Java.Nio.FileNio.StandardCopyOption - To be added. - To be added. + Moves the file as a single atomic file system operation. + A copy option that requests an atomic move operation. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -111,8 +111,8 @@ Java.Nio.FileNio.StandardCopyOption - To be added. - To be added. + Copies source file attributes to the new file. + A copy option that copies source file attributes. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Java.Nio.FileNio/StandardOpenOption.xml b/docs/xml/Java.Nio.FileNio/StandardOpenOption.xml index 33fddd66c..e5836d4ee 100644 --- a/docs/xml/Java.Nio.FileNio/StandardOpenOption.xml +++ b/docs/xml/Java.Nio.FileNio/StandardOpenOption.xml @@ -80,8 +80,8 @@ Java.Nio.FileNio.StandardOpenOption - To be added. - To be added. + Writes bytes at the end of a file opened for write access. + An open option that appends writes to the file. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -111,8 +111,8 @@ Java.Nio.FileNio.StandardOpenOption - To be added. - To be added. + Creates a file when it does not exist, unless CreateNew is also specified. + An open option that creates a file if it is absent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -142,8 +142,8 @@ Java.Nio.FileNio.StandardOpenOption - To be added. - To be added. + Creates a new file and fails when a file already exists at the path. + An open option that creates a file only when it is absent. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -173,8 +173,8 @@ Java.Nio.FileNio.StandardOpenOption - To be added. - To be added. + Requests a best-effort deletion of the file when it is closed. + An open option that requests deletion when the file is closed. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -204,8 +204,8 @@ Java.Nio.FileNio.StandardOpenOption - To be added. - To be added. + Requires updates to file content to be written synchronously to the storage device. + An open option that synchronizes file content updates with storage. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.