AspNetManagementUtility.PathIsDirectory(String, Int32) Method

Definition

Returns a value indicating whether the passed filename parameter is a directory.

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

public:
 virtual void PathIsDirectory(System::String ^ filename, [Runtime::InteropServices::Out] int % result);
public void PathIsDirectory (string filename, out int result);
abstract member PathIsDirectory : string * int -> unit
override this.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

A 1, if filename is a directory; otherwise, 0.

Implements

Remarks

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

Applies to