IAspNetManagementUtility.PathIsDirectory(String, 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.
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.