VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of

by Shahid Rasool (8 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 26th October 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of Creation simple 1 1 1 1 line code

API Declarations


'the change the path for your own file it is just example ok
'you need to make 4 commands buttons and one label
'code by Shahid Rasool comments and qustion are welcomed
'email:[email protected]
' [email protected]
'website:www.geocities.com/shahidrasool72

Rate How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of



Label1.Caption = FileDateTime("D:\25.jpg")
End Sub

Private Sub Command2_Click()
MkDir ("D:\Shaihd")
End Sub

Private Sub Command3_Click()
RmDir ("D:\Shahid")
End Sub

Private Sub Command4_Click()
Label1.Caption = FileLen("D:\25.jpg")
End Sub

Download this snippet    Add to My Saved Code

How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of Comments

No comments have been posted about How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of. Why not be the first to post a comment about How to Make New Folder How To Delete Folder how to know file Size how to know file Date and Time of.

Post your comment

Subject:
Message:
0/1000 characters