User Profile

Collapse

Profile Sidebar

Collapse
princymg
princymg
Last Activity: Sep 19 '07, 09:25 AM
Joined: Sep 7 '07
Location: Bangalore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • princymg
    started a topic To read the current path of a file using C#
    in .NET

    To read the current path of a file using C#

    How can i read the current path of a file? I want to run an exe file in differnt folders to read the elements. For this how can i read the current path of the xml file ung C#.
    See more | Go to post

  • princymg
    replied to To search a file and to copy it from server
    in .NET
    file.copy(sourc e.target)
    server shhould be
    string source="\\\\ser ver\\folde\\";
    See more | Go to post

    Leave a comment:


  • princymg
    replied to To search a file and copy it to server
    File.copy(sourc e,target);
    See more | Go to post

    Leave a comment:


  • princymg
    replied to To read an Xml file......
    in .NET
    It was the mistake of xml file........
    See more | Go to post

    Leave a comment:


  • princymg
    started a topic To search a file and to copy it from server
    in .NET

    To search a file and to copy it from server

    I want to search a file from server and want to copy it to the local disk.
    how it is done? This is working if the file is in my hard disk itself.But not when it comes to server. If i map the server i can search.like y:\\serverfolde \\folder am tring to make an exe. different people will map to different drive. so i cant give like that.should give like @\\server\\serv erfolde\\folder \\ but it is not working.
    My code is
    searchfolder="y :\\Template\\el se";...
    See more | Go to post

  • princymg
    started a topic To search a file and copy it to server

    To search a file and copy it to server

    I want to search a file from server and want to copy it to the local disk.
    how it is done? This is working if the file is in my hard disk itself.But not when it comes to server. If i map the server i can search.like y:\\serverfolde \\folder am tring to make an exe. different people will map to different drive. so i cant give like that.should give like @\\server\\serv erfolde\\folder \\ but it is not working.
    My code is<code>
    ...
    See more | Go to post

  • princymg
    started a topic To read an Xml file......
    in .NET

    To read an Xml file......

    Am trying to read an xml file using vb.net but i'm getting following error.
    Select XML file
    Exception: {0}System.Xml.X mlException: This is an unexpected token. The expected token is 'QUOTE'. Line 1, position 11. at System.Xml.XmlS canner.ScanToke n(Int32 expected) at System.Xml.XmlT extReader.SetLi teralValues(Xml AttributeTokenI nfo fld) at System.Xml.XmlT extReader.SetAt tributeValues() at System.Xml.XmlT extReader.Parse Element() at System.Xml.XmlT extReader.Read( )
    ...
    See more | Go to post
No activity results to display
Show More
Working...