網路城邦
上一篇 回創作列表 下一篇  字體:
File system part II
2009/03/23 22:52:19瀏覽997|回應59|推薦0

On last week we only talk a little about file system! so at this week we shall talk more detail about it! and also you will try to use its object to create an new directory ..etc work to let you know how the system.io is useful to program design! have fun with it! see all of you tomorrow morning!

homework coding
【程式碼】 FileName:DirectoryInfo-1.sln
01 Imports System.io
03 Module Module1
05 Sub Main() ‘ 建立DirectoryInfo類別的dir物件, 可用來操作資料夾目錄
06 Dim dir As New DirectoryInfo("C:\vb2005")
07 If dir.Exists Then ‘判斷目錄是否存在
08 Console.WriteLine("C:\vb2005路徑存在, 不建立目錄")
09 Else
10 Console.WriteLine("C:\vb2005路徑不存在,建立目錄")
11 dir.Create() ‘建立目錄
12 dir.Refresh() ‘重新整理目錄
13 End If
14 Console.WriteLine("{0}檔案資訊如下:", dir.FullName)
15 Console.WriteLine("建立時間:{0}", dir.CreationTime)
16 Console.WriteLine("存取時間:{0}", dir.LastAccessTime)
17 Console.WriteLine("資料夾名稱:{0}", dir.Name)
18 Console.WriteLine("根目錄:{0}", dir.Parent)
19 Console.WriteLine()
20 Console.Write("是否刪除C:\vb2005資料夾 1.刪除 2.不刪除->")
21 If Console.ReadLine = "1" Then
22 Try
23 dir.Delete() ‘刪除檔案
24 Console.WriteLine("刪除成功")
25 Catch ex As Exception ‘刪除檔案失敗會產生例外
26 Console.WriteLine("刪除失敗")
27 End Try
28 End If
29 Console.Read()
30 End Sub
31
32 End Module
( 知識學習其他 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=yangfu&aid=2775480

 回應文章 頁/共 6 頁  回應文章第一頁 回應文章上一頁 回應文章下一頁 回應文章最後一頁

黃信瀚
作業
2009/03/24 12:02

高一四班28號710148

檔名:作業5


710123
YA
2009/03/24 11:54

班級:高一4班

座號:03

姓名:朱家莉

學號:710123

檔名:710123 3月24日的作業.exe


李心甫
3/24的第一個作業
2009/03/24 11:53

班級 姓名    座號---404   李心甫    09號

學號-----710129

檔名-----710129-3-24-1.exe


710160
作業
2009/03/24 11:45

檔名:file system 710160

學號:710160

高一四班40號賴柏志


高一四班曾俊哲
作業
2009/03/24 11:44

學號:710147

檔名:710147-2.exe


鄧佑任
作業
2009/03/24 11:43

檔名40439-5.exe

學號710159

高一四班39號鄧佑任


710101
File system part II
2009/03/24 11:05

403 22 陳彥君

學號:710101

檔名:part1.exe


陳美均
作業
2009/03/24 11:03

標題:DirectoryInfo-1,sln.exe

403

23

陳美均

710102


賴佑承
File system part II
2009/03/24 10:57

710120

40341 賴佑承

檔名:40341-5.exe


40301
作業
2009/03/24 10:55

班級403

學號710081

檔名710081-0324.exe

頁/共 6 頁  回應文章第一頁 回應文章上一頁 回應文章下一頁 回應文章最後一頁