S
shapper
Hello,
I am uploading a few files and saving the path of where they are
placed on a SQL table. For example:
Contents/Documents/c6bdf8ed-3139-41a9-a3b9-7b966fabbd32.pdf
I am renaming the file using the id (Guid) of the record inserted on
the database.
However, sometimes, when I get a path using Microsoft library I get
something like:
c:\\Project\WebSite\\Contents\\Documents
Should I create my path using \\?
I never know how to create a path because I always see many formats.
Thanks,
Miguel
I am uploading a few files and saving the path of where they are
placed on a SQL table. For example:
Contents/Documents/c6bdf8ed-3139-41a9-a3b9-7b966fabbd32.pdf
I am renaming the file using the id (Guid) of the record inserted on
the database.
However, sometimes, when I get a path using Microsoft library I get
something like:
c:\\Project\WebSite\\Contents\\Documents
Should I create my path using \\?
I never know how to create a path because I always see many formats.
Thanks,
Miguel