The boss decided not to move to 2005 after realizing a lot of things
didn't work in our 2003 app when running in 2005.  So, I was wondering how
to do the following in VB framework 1.1:

    Private Function ReadFileBytes(ByVal Filename As String) As Byte()
        Return System.IO.File.ReadAllBytes(Filename)
    End Function

    Private Sub WriteFileBytes(ByVal FileName As String, ByVal Input() As Byte)
        System.IO.File.WriteAllBytes(FileName, Input)
    End Sub

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to