VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



oneline code to return file name from the full file path

by ratnala (2 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 24th June 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

oneline code to return file name from the full file path

Rate oneline code to return file name from the full file path



Text1.text= Right(Text1.Text, Len(Text1.Text) - InStrRev(Text1.Text, "\", Len(Text1.Text)))

Download this snippet    Add to My Saved Code

oneline code to return file name from the full file path Comments

No comments have been posted about oneline code to return file name from the full file path. Why not be the first to post a comment about oneline code to return file name from the full file path.

Post your comment

Subject:
Message:
0/1000 characters