Search:

Type: Posts; User: raji

Search: Search took 0.07 seconds.

  1. Re: unable to move xls file(file name has space in between) from input folder to back

    Hi copeg,
    Thanks a lot for your reply .

    I tries as u said.Here the pbm is the space in the file name.When we execute mv command due to the space in between system will consider the data after...
  2. Re: unable to move xls file(file name has space in between) from input folder to back

    Hi copeg,
    Thanks a lot for your reply .

    I tried by changing my code like below

    String arguments[] = {"mv", "strSource + File.separator +strFileName"," ", "strDestination + File.separator" };...
  3. Re: unable to move xls file(file name has space in between) from input folder to back

    Hi helloworld922,
    Thanks a lot for your reply .

    I tried by changing my code like below


    Process p = r.exec( "mv "+"\""+strSource+"/"+strFileName+"\""+" "+"\""+strDestination+"/"+strFileName...
  4. unable to move xls file(file name has space in between) from input folder to back up

    Hi,

    i have a function moveFile to move xls file from input to backup.

    My input file name has spaces in between.To handle this i have given quotes inthe beginning and end of source,destination...
Results 1 to 4 of 4