Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dustinbagley
397 Views, 8 Replies

Can I set a document object to a file with a file path?

Can I set a document object to a file with a file path? 

Dim Path As String = "C:\Vault\Drawings\"
Dim DrwStr As String = "0002289721.idw"
Dim oDrawDoc As DrawingDocument = System.IO.File(Path & DrwStr)