9Mcode comment |
 |
 |
|
|
|
 |
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
 |
กระทู้ #93 [Vb] (จาก IP: 203.188.8.96)
check File
ขอรบกวนพี่ๆช่วยด้วยครับ อยากทราบวิธีการ Check File ใน Folder ว่ามีFile pbn1.txt อยู่หรือไม่ ถ้ามีให้ทำการลบ File pbn1.txt ถ้าไม่มีให้ข้ามไป
|
จากคุณ
:
แม้ว / pbn2_34@hotmail.com [2005-11-22 09:46:40]
|
|
ความคิดเห็น #107 (จาก IP: 203.185.129.244)
ใช้ FileSystemObject ช่วยหนะ ตัวอย่างดูได้จากเว็บ http://www.eggheadcafe.com/articles/20030627b.asp
Public Function FileExists(sFullPath As String) As Boolean Dim oFile As New Scripting.FileSystemObject FileExists = oFile.FileExists(sFullPath) End Function |
จากคุณ
:
sup98 [2005-11-22 19:56:55]
|
 |
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
|
|
|
|