<?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: File versioning using the FileObject in Java for OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826555#M34390</link>
    <description>Have no idea !&lt;BR /&gt;&lt;BR /&gt;But did you try specifying temp.txt.* ?&lt;BR /&gt;(or is it text ?)&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 19 Jul 2006 10:37:03 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2006-07-19T10:37:03Z</dc:date>
    <item>
      <title>File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826554#M34389</link>
      <description>I am currently using the FileObject provided by java (v. 1.4.2) to return a list of files in a given directory.  Is there a way that I can enable java to retrieve all versions of the file that are currently being stored on OpenVMS?  The File object currently returns the most recent version of the file, but I would like to get a list of all versions that are currently out there.  &lt;BR /&gt;&lt;BR /&gt;Ex:  temp.text (is what I see)&lt;BR /&gt;I would like to get:&lt;BR /&gt;TEMP.TXT;1&lt;BR /&gt;TEMP.TXT;2&lt;BR /&gt;&lt;BR /&gt;I looked through the User Guide: SDK v 1.4.x for OpenVMS and didn't really see anything pertaining to file versioning.  Or am I even headed down the correct path?  If anyone could provide some direction I would greatly appreciate it.  Thank you!</description>
      <pubDate>Wed, 19 Jul 2006 09:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826554#M34389</guid>
      <dc:creator>SpiroT</dc:creator>
      <dc:date>2006-07-19T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826555#M34390</link>
      <description>Have no idea !&lt;BR /&gt;&lt;BR /&gt;But did you try specifying temp.txt.* ?&lt;BR /&gt;(or is it text ?)&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 19 Jul 2006 10:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826555#M34390</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-07-19T10:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826556#M34391</link>
      <description>Sorry, mistype on my part.&lt;BR /&gt;Let's say I have the following files in directory TEMPDIR:&lt;BR /&gt;TEMP.TXT;1  submitted at 1pm&lt;BR /&gt;TEMP.TXT;2  submitted at 2pm&lt;BR /&gt;&lt;BR /&gt;When I use the FileObject provided by java and look in TEMPDIR, the java will return me the most recent version of the file e.g. temp.txt (the 2pm version).  But I would like to retrieve both versions of the file.  Thanks!</description>
      <pubDate>Wed, 19 Jul 2006 11:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826556#M34391</guid>
      <dc:creator>SpiroT</dc:creator>
      <dc:date>2006-07-19T11:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826557#M34392</link>
      <description>I would be surprised if it could, remember that  java is a cross platform thingy, and very few other platforms understand the concept of file versioning at all, let alone anything like VMS does it.&lt;BR /&gt;&lt;BR /&gt;Are you passing to FileObject any part of the file name ? &lt;BR /&gt;As Wim said, could you specify temp.txt;* ?&lt;BR /&gt;Or are you parsing the returned file list looking for the file name you want ?&lt;BR /&gt;Does this directory hold ONLY those files and no others ?</description>
      <pubDate>Wed, 19 Jul 2006 17:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826557#M34392</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2006-07-19T17:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826558#M34393</link>
      <description>I guess I could put it a little more plainly.  I am creating a multi-platform file browser.  The only problem with that is VMS keeps track of file versioning.  I am currently using the Java Object for the file browser, but on VMS it is returning the directories and files back in a unix fasion.  I guess the answer to your question John is yes, I am passing it in a file name and it would have to be the one that I return from the FileObject.  With that being said, are there any good examples of file browsers out there for VMS (that can give me versioned files)?  Is there a better route to take than the one I am taking?  Any more input would be great.  Thanks!</description>
      <pubDate>Thu, 20 Jul 2006 08:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826558#M34393</guid>
      <dc:creator>SpiroT</dc:creator>
      <dc:date>2006-07-20T08:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: File versioning using the FileObject in Java for OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826559#M34394</link>
      <description>One more thing John, to answer your other questions:&lt;BR /&gt;I actually retrieve an absolut path from the FileObject.  I can then check to see if that is a directory, and if it is I can turn around and retrieve the directories (file Objects) from that object.  And No, no parsing is done, I didn't want to have to do that if I could just retrieve.  I imagine it could get pretty messy if I start parsing files accross multiple platforms.&lt;BR /&gt;&lt;BR /&gt;To see what I am talking about check out the Class file (java.io.File) in Java's API.&lt;BR /&gt;Thanks again!</description>
      <pubDate>Thu, 20 Jul 2006 08:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-versioning-using-the-fileobject-in-java-for-openvms/m-p/3826559#M34394</guid>
      <dc:creator>SpiroT</dc:creator>
      <dc:date>2006-07-20T08:26:22Z</dc:date>
    </item>
  </channel>
</rss>

