SearchPathCollection.Remove(String) method [SDM] 

 
SDM Reference

SearchPathCollection.Remove(String)

Removes the specified directory from the search path. If the file name includes environmental variables, they are expanded.

public void Remove(
  String directory );
Public Sub Remove( _
  ByVal directory As String _
)

Parameters

  • directory
    Directory to remove from the search path.

Return Values

This method has no return values.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools, SearchPathCollection

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.