Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on long path
Message
From
31/05/2012 16:32:07
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01544991
Message ID:
01544997
Views:
15
>You could use the ShortName, not shure how to do it in VB9.0, as you already know, but it should be very simple, in FoxPro I would do this
>
>
>loFSO  = CREATEOBJECT('Scripting.FileSystemObject')
>loFile = loFSO.GetFile(GETFILE())
>? loFile.ShortName
>? loFile.ShortPath
>
>
>ie:
>For
>C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Samples\Northwind.sdf I will get
>
>C:\PROGRA~2\MI0788~1\V3.5\SAMPLES\NORTHW~1.SDF
>
>
>There is still no guarantee that it will be shorter than 260 chars but you've got more chances that it'll work

Yes, that is correct. We will not have any guarantee that that will always work assuming similar long file names and such.

Thanks for having responded.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform