EnvironmentManager.RemoveExecutableFileExtension(String) 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.
Removes the specified file extension from the end of the PATHEXT environment variable.
public:
virtual void RemoveExecutableFileExtension(Platform::String ^ pathExt) = RemoveExecutableFileExtension;
void RemoveExecutableFileExtension(winrt::hstring const& pathExt);
public void RemoveExecutableFileExtension(string pathExt);
function removeExecutableFileExtension(pathExt)
Public Sub RemoveExecutableFileExtension (pathExt As String)
Parameters
- pathExt
-
String
Platform::String
winrt::hstring
The file extension to be removed from the PATHEXT environment variable.