VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



remove 's so your app can open files with long filenames using the command line (only one live of

by EvilTeddyBear (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 22nd May 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

remove "'s so your app can open files with long filenames using the command line (only one live of code)

Rate remove 's so your app can open files with long filenames using the command line (only one live of



Public Sub Form_Load()

filename = Replace(Command$, """", "")

End Sub

Download this snippet    Add to My Saved Code

remove 's so your app can open files with long filenames using the command line (only one live of Comments

No comments have been posted about remove 's so your app can open files with long filenames using the command line (only one live of . Why not be the first to post a comment about remove 's so your app can open files with long filenames using the command line (only one live of .

Post your comment

Subject:
Message:
0/1000 characters