VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



another code to know if the file exist

by Havid Marfa'i ()
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 3rd October 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

another code to know if the file exist

Rate another code to know if the file exist



on error goto handler
    dim filex
    filex=filelen(File_Name)
    if not filex = "" then msgbox "File Exist ...",vbinformation
exit sub
handler:
    msgbox "File Not Exist ...",vbinformation
end sub

Download this snippet    Add to My Saved Code

another code to know if the file exist Comments

No comments have been posted about another code to know if the file exist. Why not be the first to post a comment about another code to know if the file exist.

Post your comment

Subject:
Message:
0/1000 characters