Jump to content

Recommended Posts

Posted

Hi,

I'm ertrieving a value from SQL and need help with getting the file path (The SQL string contains the full path and filename, so I want to remove just the name)

the object of this is to create a shortcut to the file directory on the users desktop. Shortcut creates fine, SQL value retrieves fine, just need help with removing the file name?

Cheers!

Posted

Use the string functions to split the string left from the last "\" character (I guess)

Thank you, I guessed it would be the string functions, but which ones given that the file name is not a set length?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...