Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3910 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

"cmd /c md " & Quote ( "c:images" & SES_SESSIONS::id & "Previews")

 

 

However: if you mean on the C drive of the server then this is not going to work.

 

I'm guessing that the W drive points to a network share, right?

If my assumption is correct you could share c:images on the server and map it to the W drive letter

Posted

You are correct. It is on the server. I do need to upload images to it from a workstation, so it is a shared folder, but why do I have to designate it a "W" drive?

I was using a "W" drive not on a server, temporarily as I developed the solution.

Posted

No, the concept of a mapped drive is that it makes this:

 

Mainserverimages  (where "Mainserver" is the name of the server and "images" is the name of the share - not necessarily the name of the shared folder!)

 

into this: W:

 

Using mapped drives adds a bit of complexity as:

- sometimes they get "unmapped"

- it has the be the same drive letter for all the users

 

So you may choose to use that UNC format instead of a mapped drive letter.

  • 1 month later...
  • Newbies
Posted

Finding this Post has certainly made my day easier or at least what im working on clearer but im still left with a slight problem...

 

the solution im working on is cross platform and just to make things interesting they are writing to a NAS drive not a win server.

 

hmmm given the name of this thread i possibly should have started a new post...?

Posted

If you want to use the OS-level commands then you you need a mechanism specific to Windows and one to Mac and branch your code depending on the OS of the client.

This topic is 3910 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.