<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inventor 2013.  FileDialog that does not point to current project? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333665#M129732</link>
    <description>&lt;P&gt;Agreed. &amp;nbsp;As I have to support a large group of users I prefer to have a few object reference dependencies as possible. &amp;nbsp;This is only with VBA though. &amp;nbsp;Not a problem with compiled apps. &amp;nbsp;If things ever settle down I plan to port everything to VB.NET or C#. &amp;nbsp;Of course they haven't settled down for that last ten years.&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2013 20:04:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-17T20:04:55Z</dc:date>
    <item>
      <title>Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4324587#M129722</link>
      <description>&lt;P&gt;I'd like to create a filedialog that points to the IntitialDirectory property location. &amp;nbsp;Not the current project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't look like the filedialog object uses the InitialDirectory property at all. &amp;nbsp;Anyway to fix it?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 19:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4324587#M129722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-09T19:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4328135#M129723</link>
      <description>&lt;P&gt;May be this link could be useful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/manufacturing/2012/12/overriding-the-inventor-native-file-open-and-file-saveas-dialog-boxes.html" target="_blank"&gt;http://adndevblog.typepad.com/manufacturing/2012/12/overriding-the-inventor-native-file-open-and-file-saveas-dialog-boxes.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:04:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4328135#M129723</guid>
      <dc:creator>Vladimir.Ananyev</dc:creator>
      <dc:date>2013-07-12T14:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4328219#M129724</link>
      <description>&lt;P&gt;1) I am using VBA here not VB.NET. &amp;nbsp;So the first suggestion of your link does not apply.&lt;/P&gt;&lt;P&gt;2) The second suggestioin basically says to use the InitialDirectory property of the inventor openfiledialog.&lt;/P&gt;&lt;P&gt;This as I said previously appears to be broken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use to use the WinAPI to launch File and Folder broswer dialogs. &amp;nbsp;I cannot get them to work with 64 bit VBA 7.&lt;/P&gt;&lt;P&gt;It would be nice if someone from Autodesk posted them for that envioronment. &amp;nbsp;I have managed to get&lt;/P&gt;&lt;P&gt;all my other WinAPI tools working by using ptrsafe, longlong, and ptrlong, but not the above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a workaround by creating an Addin in VB.NET that exposes file and folder browsing dialogs.&lt;/P&gt;&lt;P&gt;I call them from VBA. &amp;nbsp;Seems rediculous to me I have to go to such lengths.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:07:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4328219#M129724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4332780#M129725</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;InitialDirectory property allows you set any directory that will be used when the dialog is initially displayed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;WorkspacePath property of the DesignProject object is useful if you need to open the current workspace.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Here is VBA sample:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;Public Sub TestFileDialog()

    ' Set a reference to the DesignProjectManager object.
    Dim oDesignProjectMgr As DesignProjectManager
    Set oDesignProjectMgr = ThisApplication.DesignProjectManager
    'current workspace path
    Dim sPath As String
    sPath = oDesignProjectMgr.ActiveDesignProject.WorkspacePath


    ' Create a new FileDialog object.
    Dim oFileDlg As FileDialog
    Call ThisApplication.CreateFileDialog(oFileDlg)

    ' Define the filter to select part and assembly files or any file.
    oFileDlg.Filter = "Inventor Files (*.iam;*.ipt)|*.iam;*.ipt|All Files (*.*)|*.*"

    ' Define the part and assembly files filter to be the default filter.
    oFileDlg.FilterIndex = 1

    ' Set the title for the dialog.
    oFileDlg.DialogTitle = "Open File Test"

    ' Set the initial directory that will be displayed in the dialog.
    oFileDlg.InitialDirectory = sPath   '"C:\Temp"

    ' Set the flag so an error will be raised if the user clicks the Cancel button.
    oFileDlg.CancelError = True

    ' Show the open dialog.  The same procedure is also used for the Save dialog.
    ' The commented code can be used for the Save dialog.
    On Error Resume Next
    oFileDlg.ShowOpen
'    oFileDlg.ShowSave

    ' If an error was raised, the user clicked cancel, otherwise display the filename.
    If Err Then
        MsgBox "User cancelled out of dialog"
    ElseIf oFileDlg.FileName &amp;lt;&amp;gt; "" Then
        MsgBox "File " &amp;amp; oFileDlg.FileName &amp;amp; " was selected."
    End If
End Sub&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:28:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4332780#M129725</guid>
      <dc:creator>Vladimir.Ananyev</dc:creator>
      <dc:date>2013-07-17T12:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333393#M129726</link>
      <description>&lt;P&gt;I do not think you are hearing me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to use the inventor file dialog. &amp;nbsp;Been using it for years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not want the workspace path.&lt;/P&gt;&lt;P&gt;I am not trying to load inventor files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In 2013 when I set the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;InitialDirectory property &amp;nbsp;to "C:\" is opens a the last used inventor path not "C:\"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 17:03:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333393#M129726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-17T17:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333426#M129727</link>
      <description>&lt;P&gt;This works fine for me in 2013:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;oFileDlg.InitialDirectory = "C:\"&lt;/PRE&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub TestFileDialog()
    Dim oFileDlg As FileDialog
    Call ThisApplication.CreateFileDialog(oFileDlg)
    oFileDlg.Filter = "All Files (*.*)"
    oFileDlg.DialogTitle = "Open File Test"
    oFileDlg.InitialDirectory = "C:\"
    oFileDlg.CancelError = True
    On Error Resume Next
    oFileDlg.ShowOpen
    If Err Then
        MsgBox "User cancel"
    ElseIf oFileDlg.FileName &amp;lt;&amp;gt; "" Then
        MsgBox "File " &amp;amp; oFileDlg.FileName &amp;amp; " was selected."
    End If
End Sub&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jul 2013 17:31:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333426#M129727</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-17T17:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333485#M129728</link>
      <description>&lt;P&gt;Ahhhhh!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Discovered the issue. &amp;nbsp;Due to a network error my desired initialDirectory was not available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that the Inventor &lt;U&gt;File Dialog does not error out when given a bad initial directory&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;It just defaults to the last used.directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can work around this by checking for the folder (with error handling) before I use the dilaog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still I find the filedialog behaviour odd ball.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 17:50:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333485#M129728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-17T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333501#M129729</link>
      <description>&lt;P&gt;Bingo!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub TestFileDialog()
' Include REF to Microsoft Scripting Runtime
    Dim FSO As New Scripting.FileSystemObject
    Dim Path As String
    Path = "C:\path\"
        If FSO.FolderExists(Path) Then
            ' Continue
        Else
            MsgBox ("Folder Does Not Exist")
            Exit Sub
        End If
    Dim oFileDlg As FileDialog
    Call ThisApplication.CreateFileDialog(oFileDlg)
        With oFileDlg
            .Filter = "All Files (*.*)"
            .DialogTitle = "Open File Test"
            .InitialDirectory = Path
            .CancelError = True
        End With
    On Error Resume Next
    oFileDlg.ShowOpen
    If Err Then
        MsgBox "User cancel"
    ElseIf oFileDlg.FileName &amp;lt;&amp;gt; "" Then
        MsgBox ("File " &amp;amp; oFileDlg.FileName &amp;amp; " was selected")
    End If
End Sub&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jul 2013 18:04:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333501#M129729</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-17T18:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333578#M129730</link>
      <description>&lt;P&gt;Personally I do not like the FileSystemObject.for VBA. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Way slow and bloated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For file and folder checks I use the following two functions.&lt;/P&gt;&lt;P&gt;Many orders of magnitude faster than Dir$() or FSO.when&lt;/P&gt;&lt;P&gt;looping.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Public Function FileExists(ByVal sFilename As String) As Boolean&lt;BR /&gt;&amp;nbsp; Dim att As Long&lt;BR /&gt;&amp;nbsp; On Error Resume Next&lt;BR /&gt;&amp;nbsp; att = GetAttr(sFilename)&lt;BR /&gt;&amp;nbsp; If Err.Number = 0 Then&lt;BR /&gt;&amp;nbsp; &amp;nbsp; FileExists = True&lt;BR /&gt;&amp;nbsp; Else&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Err.Clear&lt;BR /&gt;&amp;nbsp; &amp;nbsp; FileExists = False&lt;BR /&gt;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; On Error GoTo 0&lt;BR /&gt;End Function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Public Function FolderExists(ByVal sFolderName As String) As Boolean&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim att As Long&lt;BR /&gt;&amp;nbsp; On Error Resume Next&lt;BR /&gt;&amp;nbsp; att = GetAttr(sFolderName)&lt;BR /&gt;&amp;nbsp; If Err.Number = 0 Then&lt;BR /&gt;&amp;nbsp; &amp;nbsp; FolderExists = True&lt;BR /&gt;&amp;nbsp; Else&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Err.Clear&lt;BR /&gt;&amp;nbsp; &amp;nbsp; FolderExists = False&lt;BR /&gt;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; On Error GoTo 0&lt;BR /&gt;End Function&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 18:55:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333578#M129730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-17T18:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333654#M129731</link>
      <description>&lt;P&gt;Indeed, about&amp;nbsp;&lt;SPAN&gt;25% faster - but FSO still finds it in less than second for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 19:53:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333654#M129731</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-17T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333665#M129732</link>
      <description>&lt;P&gt;Agreed. &amp;nbsp;As I have to support a large group of users I prefer to have a few object reference dependencies as possible. &amp;nbsp;This is only with VBA though. &amp;nbsp;Not a problem with compiled apps. &amp;nbsp;If things ever settle down I plan to port everything to VB.NET or C#. &amp;nbsp;Of course they haven't settled down for that last ten years.&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 20:04:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333665#M129732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-17T20:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333717#M129733</link>
      <description>&lt;P&gt;I know exactly what you mean &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been slowing converting to&amp;nbsp;&lt;SPAN&gt;VB.NET myself, but they keep throwing wrenches at me.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 20:49:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4333717#M129733</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2013-07-17T20:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419763#M129734</link>
      <description>Hi, Jonathan,&lt;BR /&gt;I have the similar problem, but in .NET VS2010&lt;BR /&gt;&lt;BR /&gt;When use FileDialog, appears this Warning&lt;BR /&gt;Variable 'oFileDlg' is passed by reference before it has been assigned a value. A null reference exception could result at runtime.&lt;BR /&gt;&lt;BR /&gt;any ideia?</description>
      <pubDate>Wed, 11 Sep 2013 23:17:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419763#M129734</guid>
      <dc:creator>Crstiano</dc:creator>
      <dc:date>2013-09-11T23:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419773#M129735</link>
      <description>&lt;P&gt;Unless you post the relevant code we cannot answer the question.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 23:31:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419773#M129735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-11T23:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419893#M129736</link>
      <description>&lt;P&gt;The following code will result in the warning you listed.&lt;/P&gt;
&lt;PRE&gt;Dim fDialog As Inventor.FileDialog
invApp.CreateFileDialog(fDialog)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Initializing the variable, as shown below, will get rid of the warning.&lt;/P&gt;
&lt;PRE&gt;Dim fDialog As Inventor.FileDialog = Nothing
invApp.CreateFileDialog(fDialog)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 03:17:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4419893#M129736</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2013-09-12T03:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2013.  FileDialog that does not point to current project?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4589873#M129737</link>
      <description>&lt;P&gt;do you mind sharing your folder error handling...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have exactly the same&amp;nbsp;error as you..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;initialdirectory doesnt work for me....&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://forums.autodesk.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2013 20:44:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/inventor-2013-filedialog-that-does-not-point-to-current-project/m-p/4589873#M129737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T20:44:15Z</dc:date>
    </item>
  </channel>
</rss>

