Files
JniPeerMembers
ThresholdClass
ThresholdType
Copy(IPath, Stream)
Copy(IPath, IPath, ICopyOption[])
Copy(Stream, IPath, ICopyOption[])
CreateDirectories(IPath, IFileAttribute[])
CreateDirectory(IPath, IFileAttribute[])
CreateFile(IPath, IFileAttribute[])
CreateLink(IPath, IPath)
CreateSymbolicLink(IPath, IPath, IFileAttribute[])
CreateTempDirectory(String, IFileAttribute[])
CreateTempDirectory(IPath, String, IFileAttribute[])
CreateTempFile(String, String, IFileAttribute[])
CreateTempFile(IPath, String, String, IFileAttribute[])
Delete(IPath)
DeleteIfExists(IPath)
Exists(IPath, LinkOption[])
GetAttribute(IPath, String, LinkOption[])
GetFileAttributeView(IPath, Class, LinkOption[])
GetFileStore(IPath)
GetLastModifiedTime(IPath, LinkOption[])
GetOwner(IPath, LinkOption[])
GetPosixFilePermissions(IPath, LinkOption[])
IsDirectory(IPath, LinkOption[])
IsExecutable(IPath)
IsHidden(IPath)
IsReadable(IPath)
IsRegularFile(IPath, LinkOption[])
IsSameFile(IPath, IPath)
IsSymbolicLink(IPath)
IsWritable(IPath)
Move(IPath, IPath, ICopyOption[])
NewBufferedReader(IPath)
NewBufferedReader(IPath, Charset)
NewBufferedWriter(IPath, IOpenOption[])
NewBufferedWriter(IPath, Charset, IOpenOption[])
NewByteChannel(IPath, IOpenOption[])
NewByteChannel(IPath, ICollection<IOpenOption>, IFileAttribute[])
NewDirectoryStream(IPath)
NewDirectoryStream(IPath, IDirectoryStreamFilter)
NewDirectoryStream(IPath, String)
NewInputStream(IPath, IOpenOption[])
NewOutputStream(IPath, IOpenOption[])
NotExists(IPath, LinkOption[])
ProbeContentType(IPath)
ReadAllBytes(IPath)
ReadAllLines(IPath)
ReadAllLines(IPath, Charset)
ReadAttributes(IPath, Class, LinkOption[])
ReadAttributes(IPath, String, LinkOption[])
ReadSymbolicLink(IPath)
SetAttribute(IPath, String, Object, LinkOption[])
SetLastModifiedTime(IPath, FileTime)
SetOwner(IPath, IUserPrincipal)
SetPosixFilePermissions(IPath, ICollection<PosixFilePermission>)
Size(IPath)
WalkFileTree(IPath, IFileVisitor)
WalkFileTree(IPath, ICollection<FileVisitOption>, Int32, IFileVisitor)
Write(IPath, Byte[], IOpenOption[])
Write(IPath, IIterable, IOpenOption[])
Write(IPath, IIterable, Charset, IOpenOption[])
net9.0-android34.0
namespace Java.Nio.FileNio
{
[Register("java/nio/file/Files", ApiSince = 26, DoNotGenerateAcw = true)]
[SupportedOSPlatform("android26.0")]
public sealed class Files : Object
{
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override JniPeerMembers! JniPeerMembers { get; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is only supported on the following platforms:
|
- Built-in API
- Package-provided API