How do I identify a Visio document?

J

John Blight

I have a problem in matching Visio documents.

We may open a Visio document through a conventional drive-letter path, and
indentify that document in our object model through that path.

However, Visio's Document.FullName property may express that path
differently, e.g. if the document is in SharePoint, it will return an
http:prefixed path.

I don't want to use the Visio object model to create document objects that
can be compared, as this would be too cumbersome in the context in which the
comparison is made.

Does anyone know the mechanism behind Visio's FullName property?

Alternatively, does anyone know of any file system methods of matching files
where the paths may be expressed differently? .NET's FileInfo objects seem to
be of little help here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top