PDA

View Full Version : معادل اين قطعه كد در C#



melika999
یک شنبه 28 آذر 1389, 10:52 صبح
سلام دوستان
كسي ميتونه بگي اين قطعه كد تو سي شارپ معادلش چي ميشه؟



Public Declare Function PathFileExistsA Lib "shlwapi.dll" (ByVal pszPath As String) As Long

tooraj_azizi_1035
یک شنبه 28 آذر 1389, 11:15 صبح
سلام،

[DllImport("shlwapi.dll")]
public static extern int PathFileExistsA (string c);
لینک: http://www.csharphelp.com/2006/02/c-and-apis/