Topic: [求助]关于带参数的命令

  Print this page

1.[求助]关于带参数的命令 Copy to clipboard
Posted by: scwfeng
Posted on: 2006-05-26 08:18

昨天遇到了一道题,要求查找一个文件,使用带参命令,如java SearchFile file1
请问这个file1应该怎么处理?

2.Re:[求助]关于带参数的命令 [Re: scwfeng] Copy to clipboard
Posted by: lisliefor
Posted on: 2006-05-26 09:19

要求写代码,判断某个目录下文件是否存在么?
把题目贴出来!

3.Re:[求助]关于带参数的命令 [Re: scwfeng] Copy to clipboard
Posted by: scwfeng
Posted on: 2006-05-26 13:12

对啊,就是,帮帮忙,谢谢

4.Re:[求助]关于带参数的命令 [Re: scwfeng] Copy to clipboard
Posted by: scwfeng
Posted on: 2006-05-26 13:18

在Java中找查文件使用什么命令?copy文件?
mport java.io.*;
public class CopyFile
{
CopyFile(){}
public static void main(String[] args)
{
try{
Runtime ec;
ec=Runtime.getRuntime();
ec.exec("copy "+args[0]+" "+args[1]);}
catch(IOException e){}
}
}
我这样怎么不行?


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923