AppDataFileSource(File) Constructor
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.
Creates a new source for the specified file.
[Android.Runtime.Register(".ctor", "(Ljava/io/File;)V", "", ApiSince=37)]
public AppDataFileSource(Java.IO.File file);
[<Android.Runtime.Register(".ctor", "(Ljava/io/File;)V", "", ApiSince=37)>]
new Android.OS.Storage.Operations.Sources.AppDataFileSource : Java.IO.File -> Android.OS.Storage.Operations.Sources.AppDataFileSource
Parameters
- file
- File
The file to be used as a source. Must be within the application's data directory.
- Attributes
Remarks
Creates a new source for the specified file.
Android reference for android.os.storage.operations.sources.AppDataFileSource.AppDataFileSource.
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.