VCPlatform::IsExecutable Method (String^)

 

Determines if a file is an executable.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool IsExecutable(
	String^ Path
)

Parameters

Path
Type: System::String^

Full path to the file in question.

Return Value

Type: System::Boolean

true if the file is an executable for this platform.

Return to top
Show: