網路城邦
上一篇 回創作列表 下一篇  字體:
Files system part III
2009/03/24 08:46:13瀏覽873|回應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/04/07 09:26

檔名710053 (6).exe

402  12號 胡幸玟 710053


710001
HW
2009/04/07 08:59

檔名:programfile002.exe

姓名:王千瑜

學號:h710001

班級:401


40222
忘記回了
2009/04/02 15:26

402 22 曾郁惠

檔名:ConsoleApplication4.exe

學號:710062


江政達
檔名:40203-5
2009/04/01 17:46

班級:402

座號:3

姓名:江政達

檔名:40203-5


許郁苓
功課
2009/04/01 17:39

高一二班

17號

檔名:710057.exe


黃泓銘
作業
2009/04/01 17:33

高一二班

23號

檔名 7654321

黃泓銘


陳芃瑋
作業
2009/03/31 21:27

班級:高一二班

座號:19號

學號:710059

姓名:陳芃瑋

檔名:710059(7).exe


710133
710133
2009/03/31 12:01

學號:710133

檔名:710133 part3.exe


Shadow
作業
2009/03/31 11:05

403  34  710113

ConsoleApplication1234.exe


陳美均
作業
2009/03/31 11:01

710102

403

23

陳美均

標題:331.exe

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