界面库
修改目录结构
This commit is contained in:
@@ -6772,10 +6772,11 @@ type tcustomprocess = class(tcomponent) //
|
||||
**}
|
||||
if fprocesshandle then return 0;
|
||||
if fexecstr then
|
||||
begin
|
||||
if not(ifstring(e) and e) then return 0;
|
||||
begin
|
||||
e := exe;
|
||||
if not(ifstring(e) and e) then return 0;
|
||||
arg := cmd;
|
||||
|
||||
end else
|
||||
begin
|
||||
if not parserasexeclevparam(exe,cmd,e,arg,envp) then return 0;
|
||||
|
||||
Reference in New Issue
Block a user