VB.NET language shell syntax supports exports
ShellSyntax
01 Syntax
Microsoft.VisualBasic.Language.UnixBash.ShellSyntax
02 Methods
03 Properties
04 Members
wildcards(
String())可以使用这个来限定文件或者文件夹对象的搜索范围
Parameters
| Name | Type | Description |
|---|---|---|
__wildcards | String() | 可以为文件拓展或者对文件名的通配符的表达式,假若这个是空的,则会默认搜索所有文件. |
ls
ls -l -ext("*.xml") <= DIR, The filesystem search proxy
l
Long name(DIR+fiename), if not only file name.
r
递归的搜索
lsDIR
Searching the directory, if this parameter is not presents, then returns search file.
rm
rf
f
DIRHandle(
String)