-
1. Re: Opening a document from a SharePoint URL
Test Screen Name Aug 21, 2014 12:16 AM (in response to BrettMcKenzie)Are you able to open a sharepoint URL at all (i.e. with the UI, somehow)? If so, you may be able to write some test code in a plugin that looks up the code for the relevant ASFileSys. I have a feeling that ASGetDefaultFileSysForPath serves a very special and limited purpose.
-
2. Re: Opening a document from a SharePoint URL
BrettMcKenzie Aug 21, 2014 12:34 AM (in response to Test Screen Name)You have me going down the right path, thanks!
-
3. Re: Opening a document from a SharePoint URL
Test Screen Name Aug 21, 2014 12:37 AM (in response to BrettMcKenzie)It's possible that sharepoint is managed via a special open/save close process which copies the file to local. I just thought I'd mention the possibility if the ASFileSys doesn't do the required magic.
-
4. Re: Re: Opening a document from a SharePoint URL
BrettMcKenzie Aug 21, 2014 6:19 PM (in response to Test Screen Name)I have noticed that fileSys->getFileSysName() returns CSP for the SharePoint files (or maybe just URLs) and DOS for the Default or Temp ASFileSys.
Any idea on how I would go about creating an ASFileSys with the Name of CSP?
-
5. Re: Opening a document from a SharePoint URL
Test Screen Name Aug 22, 2014 12:57 AM (in response to BrettMcKenzie)There is a method but it's under ASFile not ASFileSys for some reason.
-
6. Re: Opening a document from a SharePoint URL
BrettMcKenzie Aug 24, 2014 5:46 AM (in response to Test Screen Name)That worked a treat, thanks for your help.



