Libraries / File - Forum

Forum Navigation
You need to log in to create posts and topics.

Libraries / File

How do you add a file to the App Properties without the location from your computer, so it shows as form.doc.

Hi @m-burdess,

Sorry, I don't understand your question...

@luishp

When you load a file within App Properties/Libraries/Files, it shows as;

C:\Users\mburd\Documents\VisualNeoWeb\Sample Apps\neoSql\sample.xlsx

but within your copy it shows as;

sample.xlsx

How is this done, as i have tried and can not edit the line to remove this first part, and leaving me with sample.xlsx

@m-burdess two options:

  1. Once you have finished your app go to Project > Archive/Backup. Whenever you create a Backup the result will be a folder independent project with relative paths to any file or image.
  2. Open Tools > Source File Editor and manually change the full paths for relative ones. Once saved, close your project and reload it again.

I hope it helps.

Regards.

@luishp

Thank you, that worked. Still not working when its uploaded, but will work on that for a bit more time before asking more questions.

once again, Thank you for help.