Ugo DI LUCA Posted January 16, 2003 Posted January 16, 2003 On Mac you'll need to separate the disk, folder and file names with colons, not backslashes. Cannot help on the rest of your post.
BobWeaver Posted January 16, 2003 Posted January 16, 2003 Try this: Substitute(Substitute(Middle(Status(CurrentFilePath), 8, 64000), Status(CurrentFileName), "dropbox"), "/", Case(Abs(Status(CurrentPlatform))=1, ":", ""))
BertBoye Posted January 17, 2003 Author Posted January 17, 2003 Thanks Bob That solved the problem, but I can still not understand why FM has done a function that is returning a result that is usless! Thanks again for the help and specially for
BobWeaver Posted January 17, 2003 Posted January 17, 2003 It's not useless, it's just in URL format, which means that you can use it in the open URL script step.
Recommended Posts
This topic is 8052 days old. Please don't post here. Open a new topic instead.
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 accountSign in
Already have an account? Sign in here.
Sign In Now