You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
363 B

Imports System.IO
Imports System.Runtime.InteropServices
Imports System.Runtime.Serialization
Namespace FileSystem
''' <summary>
''' 表示本地或者远程文件系统对象上面的一个目录对象
''' </summary>
Public Class DirectoryInfo
Sub New(info As System.IO.DirectoryInfo)
End Sub
End Class
End Namespace