SORU
7 HAZİRAN 2009, Pazar


Nasıl C iki yol katılabilirim#?

Nasıl C iki dosya yolları katılabilirim#?

CEVAP
7 HAZİRAN 2009, Pazar


Örnekte olduğu gibi Path.Combine() kullanmak için aşağıda vardır:

string basePath = @"c:\temp";
string filePath = "test.txt";
string combinedPath = Path.Combine(basePath, filePath); 
// produces c:\temp\test.txt

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • gadgetgal38

    gadgetgal38

    9 HAZİRAN 2009
  • khloe brooks

    khloe brooks

    25 Temmuz 2011
  • xSammyJoe1

    xSammyJoe1

    19 Temmuz 2011