net directory path + application. Net
Dim myDocumentsPath As String = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)
string cd = Path.GetDirectoryName (System.Reflection.Assembly.GetExecutingAssembly (). GetName (). CodeBase);
/ / combine criteria
cd = Path.Combine (cd, "datos_movil1.sdf");
0 comments:
Post a Comment