Shoud work with both
Code:Function Filepart(filepath) For n = Len(filepath) To 1 Step -1 If Mid(filepath, n, 1) = "\" Then Exit For Next n Filepart = Mid(filepath, n + 1) End Function
|
Results 1 to 3 of 3
Thread: File InformationThreaded View
|
Click Here to Expand Forum to Full Width |