ISecureDirectoryStream.Move(Object, ISecureDirectoryStream, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Move a file from this directory to another directory.
[Android.Runtime.Register("move", "(Ljava/lang/Object;Ljava/nio/file/SecureDirectoryStream;Ljava/lang/Object;)V", "GetMove_Ljava_lang_Object_Ljava_nio_file_SecureDirectoryStream_Ljava_lang_Object_Handler:Java.Nio.FileNio.ISecureDirectoryStreamInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)]
public void Move (Java.Lang.Object? srcpath, Java.Nio.FileNio.ISecureDirectoryStream? targetdir, Java.Lang.Object? targetpath);
[<Android.Runtime.Register("move", "(Ljava/lang/Object;Ljava/nio/file/SecureDirectoryStream;Ljava/lang/Object;)V", "GetMove_Ljava_lang_Object_Ljava_nio_file_SecureDirectoryStream_Ljava_lang_Object_Handler:Java.Nio.FileNio.ISecureDirectoryStreamInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
abstract member Move : Java.Lang.Object * Java.Nio.FileNio.ISecureDirectoryStream * Java.Lang.Object -> unit
Parameters
- srcpath
- Object
the name of the file to move
- targetdir
- ISecureDirectoryStream
the destination directory
- targetpath
- Object
the name to give the file in the destination directory
- Attributes
Remarks
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.