Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
It seems like i fight with file paths every time I have to include them. I am trying to evaluate if there is a file in a specific folder on a network drive, and i seem to be doing it wrong, What would be the proper way to write this?
Hi magice,
For Windows I just right click on the file and select properties which shows the path to the file. In the case of my network drive I see that though I have it mapped to Z: it actually uses //name(?) of the drive. I have a feeling that this might have something to do with the particular drive software.
For Mac use get info.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Simon,
This app will be used in Windows. When you use windows properties to get the location, it gives it to you in the dos format with backslashes. I am pretty sure I have always changed those to forward slashes to work in livecode. The question is, what else do I need to do to make the above evaluation work, or is the syntax correct and my app isn't working for some other unknown reason? Does it need "file:" or some other specification in the path?