單項選擇題如果給某文件的Attributes屬性賦值3,則該文件屬性為()。

A.普通
B.只讀
C.隱藏
D.只讀和隱藏


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題執(zhí)行“tsm.WriteBlankLines 1”語句后,會在文件中寫入一個()。

A.<p>
B.<br>
C.1
D.換行符(回車)

2.單項選擇題如果目標(biāo)文件不存在,下面()語句能夠自動建立文件。

A.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,True)
B.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",2,True)
C.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",8,F(xiàn)alse)
D.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,F(xiàn)alse)

3.多項選擇題如果目標(biāo)文件存在,下面()語句建立的TextStream對象可以讀取文件。

A.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1,True)
B.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",1)
C.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt")
D.Set tsm=fso.OpenTextFile("C:\inetpub\wwwroot\asptemp\chapter10\test.txt",,True)

5.單項選擇題如果程序中需要建立一個臨時文件,下面()方法可以用來生成一個臨時文件名稱。

A.GetFileName
B.GetDriveName
C.GetBaseName
D.GetTempName