IAspNetManagementUtility.PathIsDirectory(String, Int32) Method

Definition

Returns a value indicating whether the specified filename is a directory.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void PathIsDirectory(System::String ^ filename, [Runtime::InteropServices::Out] int % result);
public void PathIsDirectory (string filename, out int result);
abstract member PathIsDirectory : string * int -> unit
Public Sub PathIsDirectory (filename As String, ByRef result As Integer)

Parameters

filename
String

The path to the directory to check.

result
Int32

1 if filename is a directory; otherwise, 0.

Remarks

For more information about programming with the IAspNetManagementUtility interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to