VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Returns a filename from any given path. Three lines of code.

by SupahFly (2 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 13th May 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Returns a filename from any given path. Three lines of code.

Rate Returns a filename from any given path. Three lines of code.



Knife() = Split("Type path here", "\")
MsgBox = Knife(UBound(Knife))

Download this snippet    Add to My Saved Code

Returns a filename from any given path. Three lines of code. Comments

No comments have been posted about Returns a filename from any given path. Three lines of code.. Why not be the first to post a comment about Returns a filename from any given path. Three lines of code..

Post your comment

Subject:
Message:
0/1000 characters