A
a.corrieri
this is still a follow on to my file exists problem.
I now help myself using
If Documents.CanCheckOut(file)
however now I am in the position that I would like to know the file
modification date. The files are all on sharepoint, to make things difficult,
all of them are on different shared libraries on different sharepoint sites.
So I looked into the sharedworkspace object.
The problem is that from the docs I get the impression, that I only get that
object, if I have an active document, not if I only have the url.
Does anyone knows an object that leads me on the right track, or is it
simply not possible?
I now help myself using
If Documents.CanCheckOut(file)
however now I am in the position that I would like to know the file
modification date. The files are all on sharepoint, to make things difficult,
all of them are on different shared libraries on different sharepoint sites.
So I looked into the sharedworkspace object.
The problem is that from the docs I get the impression, that I only get that
object, if I have an active document, not if I only have the url.
Does anyone knows an object that leads me on the right track, or is it
simply not possible?