Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. File Copy

File Copy

Scheduled Pinned Locked Moved Mobile
question
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mahesh Varma
    wrote on last edited by
    #1

    Hi All, I want to copy a file from one location to another using eVB. I'm using pocket pc 2002. How can i do this ? Mahesh

    J 1 Reply Last reply
    0
    • M Mahesh Varma

      Hi All, I want to copy a file from one location to another using eVB. I'm using pocket pc 2002. How can i do this ? Mahesh

      J Offline
      J Offline
      Joao Paulo Figueira
      wrote on last edited by
      #2

      Use the CopyFile API. You may have to import it from one of the system DLLs. Regards, João Paulo

      M 1 Reply Last reply
      0
      • J Joao Paulo Figueira

        Use the CopyFile API. You may have to import it from one of the system DLLs. Regards, João Paulo

        M Offline
        M Offline
        Mahesh Varma
        wrote on last edited by
        #3

        Hi Which dll contains the CopyFile function. Can you please give me a sample code. Mahesh

        J 1 Reply Last reply
        0
        • M Mahesh Varma

          Hi Which dll contains the CopyFile function. Can you please give me a sample code. Mahesh

          J Offline
          J Offline
          Joao Paulo Figueira
          wrote on last edited by
          #4

          You will have to declare it with something like this (I'm no eVB expert and I haven't tested this):

          Public Declare Function CopyFile Lib "Coredll" Alias "CopyFileW" (ByVal ExistingFileName As String, ByVal NewFileName As String, ByVal FailIfExists As Bool)

          See the help file on the Declare statement. Regards, João Paulo

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups