MobileForms Toolkit Documentation

NetFile.MakeDirectory Method 

Creates the directory on the remote location represented by this object

public abstract NetRequest MakeDirectory(
string name,
NetAsyncCallback asyncCallback,
object asyncState
);

Parameters

name
The name of the new directory
asyncCallback
The asynchronous callback delegate which is called after the operation completes or fails
asyncState
The asynchronous callback parameter which is set in NetAsyncResult structure when the callback is called.

Return Value

The remote file system request object which can be used to abort the request

Exceptions

Exception Type Condition
NotSupportedException The object does not represent a NetFile directory

See Also

NetFile Class | Resco.Net Namespace