Lines Matching defs:path

39  * interface specify a relative path. All access to the file is relative
52 * performed using the path obtained by resolving the given relative path
53 * against the <i>original path</i> of the directory (irrespective of if the
63 * Opens the directory identified by the given path, returning a {@code
68 * the {@code path} parameter is an {@link Path#isAbsolute absolute} path.
69 * When the parameter is a relative path then the directory to open is
78 * @param path
79 * the path to the directory to open
97 SecureDirectoryStream<T> newDirectoryStream(T path, LinkOption... options)
106 * case that the {@code path} parameter is an {@link Path#isAbsolute absolute}
107 * path. When the parameter is a relative path then the file to open or
117 * @param path
118 * the path of the file to open open or create
141 * method is invoked to check read access to the path if the file
143 * checkWrite} method is invoked to check write access to the path
146 SeekableByteChannel newByteChannel(T path,
159 * parameter is a relative path then the file to delete is relative to
162 * @param path
163 * the path of the file to delete
176 void deleteFile(T path) throws IOException;
184 * therefore not specified. When the parameter is a relative path then the
187 * @param path
188 * the path of the directory to delete
204 void deleteDirectory(T path) throws IOException;
213 * absolute} path then it locates the source file. If the parameter is a
214 * relative path then it is located relative to this open directory. If
217 * a relative path it is located relative to the open directory identified
291 * @param path
292 * the path of the file
303 <V extends FileAttributeView> V getFileAttributeView(T path,