PathIsExe
[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern bool PathIsExe(
string pszFile
);Last updated
[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern bool PathIsExe(
string pszFile
);Last updated