OsConstants.S_ISREG(Int32) 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.
Tests whether the given mode is a regular file.
[Android.Runtime.Register("S_ISREG", "(I)Z", "")]
public static bool S_ISREG(int mode);
	[<Android.Runtime.Register("S_ISREG", "(I)Z", "")>]
static member S_ISREG : int -> bool
	Parameters
- mode
 - Int32
 
Returns
- Attributes
 
Remarks
Tests whether the given mode is a regular file.
Java documentation for android.system.OsConstants.S_ISREG(int).
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.