Long filenames VS short 
Author Message
 Long filenames VS short

I have a VB prg on my SEND-TO menu.
I can right-click on a file in the Explorer and use SEND-TO
to send its filename to my VB prg.

All is fine EXCEPT if a filename is longer than 8 chars long.
Then my VB prg is passed (via the COMMAND variable) file~123.txt
instead of the long filename.  What's the fix?  I'll take either
suggestion:
1) How to get VB to turn a file~123.txt into its long filename  
counterpart.
OR
2) A better way to pass the selected filenames between the Explorer
   and by VB prg.  (Avoiding the short filename problem altogether.)

Thanks.



Fri, 13 Aug 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Converting a Long FIleName to it's short equivalent (Both possible shorts)

2. SHORT filename to LONG filename???

3. Short Filename to Long Filename ???

4. Long Filename -> Short Filename

5. SHORT filename to LONG filename???

6. Convert long filenames to short filenames

7. Convert Long Filenames to Short Filenames in VB4 16-Bit

8. Converting long filenames to short filenames in VB4.0 16-bit

9. Short filename to long filename

10. Need to get the short filename from a long filename

11. Q: SendTo and short/long filenames?

12. Converting a Long Filename to Short.?

 

 
Powered by phpBB® Forum Software