Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Hi @Yusuf ,
If you want to open the file directly with absolute path, you can refer to the code below.
Dim filepath As String = "C:\Temp\file01.lic"
Dim myStream As New FileStream(filepath, FileMode.Open)
Best Regards.
Jiachen Li
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.