qqexp010.html

来自「包含大量VB常用函数 大概一百几十个左右 每个函数都有比较详细的说明 希望大家喜」· HTML 代码 · 共 31 行

HTML
31
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html">
<meta name="Generator" content="千千VB站 VB函数清单">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>千千VB站 VB函数清单</title>
</head>

<body text="#000000" bgcolor="#FFFFFF" link="#2020A0" vlink="#FF0000" alink="#FF0000">

<marquee><b><blink><font color="#000000">更改文件名</font></blink></b></marquee>
<center>
<hr width="100%" szie="4">
</center>
<p>&nbsp;&nbsp;&nbsp; ●如何更改文件名。<br>
&nbsp;&nbsp;&nbsp; 使用VB的文件处理函数。<br>
&nbsp;&nbsp;&nbsp; Name &quot;来源文件名&quot; As &quot;目的文件名&quot;<br>
&nbsp;&nbsp;&nbsp; EX:Name MyOldFile As MyNewFile<br>
&nbsp;&nbsp;&nbsp; EX:Name &quot;A&quot; As &quot;B&quot;<br>
&nbsp;&nbsp;&nbsp; EX:Name &quot;stupids.gif&quot; As &quot;stupids.jpg&quot;<br>
&nbsp;&nbsp;&nbsp; EX:Name &quot;stupids.exe&quot; As &quot;smarts.exe&quot;<br>
&nbsp;<br>
&nbsp;

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?