網路城邦
上一篇 回創作列表 下一篇  字體:
Files system part III
2009/03/24 08:46:13瀏覽872|回應58|推薦0

Following we shall use the directoryinfo function to request user to keyin the directory information and the system.io well help the user to find wether the directory exist or not! if it exist then will show up what in that directory! please see the pictures:

and following is the coding:

Imports System.IO
03 Module Module1
05    Sub Main()
06        Console.Write("請輸入路徑->")
07        Dim fpath As String = Console.ReadLine
08        Dim dir As New DirectoryInfo(fpath)
10        If Not dir.Exists Then ‘判斷路徑是否不存在
11            Console.WriteLine("路徑不存在")
12            Console.Read()
13            Return
14        End If
15        Console.WriteLine("{0}資料夾下的子資料夾如下:", dir.FullName)
16        Dim subdir() As DirectoryInfo = dir.GetDirectories
17        For Each r As DirectoryInfo In subdir
18            Console.WriteLine("完整路徑:{0}      {1}建立時間{2}", _
                 r.FullName, vbTab, r.CreationTime)
19        Next
20        Console.Read()
22    End Sub
23 End Module

wish you through this two example can understand how to use system.io!

( 知識學習其他 )
回應 推薦文章 列印 加入我的文摘
上一篇 回創作列表 下一篇

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

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

汪宜靜
噢噢
2009/06/02 01:00

汪宜靜

40107

h710007

檔名:2009403.exe


賴孟瑜
作業
2009/05/05 09:43

40240

710079

檔名:710079(6)


楊馥瑜
作業
2009/05/01 19:31

我交了!

檔名:電腦作業29

班級:401

座號:29


710071
挖哩勒
2009/04/21 09:52

下面班級打錯嚕~~~

是高一二ㄉ唷!!


710071
電腦作業
2009/04/20 23:20

班級:710071

姓名:廖侰雯

座號:32

學號:710071

檔名:Files system part III.exe


紀傑瑋
Files system part III
2009/04/14 09:15

姓名:紀傑瑋

學號:710052

班級:402

座號:17

檔案:sd


楊雅惠
作業
2009/04/13 20:12

401  28

學號:710028

檔名:710028-6


易姍樺
交作業
2009/04/08 21:21

檔名:作業3

學號:710008

班級:401 座號:08


710125
作業
2009/04/07 19:25

何亞治

10405

檔名   system


40238
homework
2009/04/07 09:35

402 38

710077

蔡豫佳

檔名:710077-2-2.exe

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