• 2022-06-29
    对于存放在D盘的vb文件夹下的文件cj.dat,创建该文件的File类对象的语句,正确的是()。
    A: Filef=newFile("d:\vb","cj.dat");
    B: Filef=newFile("d:/vb/cj.dat");
    C: Filef=newFile("d:\vb\cj.dat");
    D: Filef=newFile("d:/vb","cj.dat");