路径问题
本帖最后由 redapple2008 于 2009-9-14 23:57 编辑如果是D:\FlashFxp\flashfxp.exe这个路径,我想得到为D:\FlashFxp\这个目录怎么写代码? $I=stringsplit($path, "\")
stringtrimright($path, Stringlen($I[$I])) #include <file.au3>
#include <array.au3>
Dim $szDrive, $szDir, $szFName, $szExt
$TestPath = _PathSplit("D:\FlashFxp\flashfxp.exe", $szDrive, $szDir, $szFName, $szExt)
MsgBox(0,"",$TestPath&$TestPath)
http://lwc.nhome.cn/code/showip.asp 谢谢楼上两位,问题解决。
页:
[1]