What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++.
G GP2X_Coder Member Joined May 17, 2006 Messages 220 Age 52 Location USA Website mysite.verizon.net Aug 16, 2007 #1 What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++.
D Dzz stmia r0!, {r2-r9} Joined Jan 30, 2006 Messages 1,098 Website Visit site Aug 16, 2007 #2 GP2X_Coder said: What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++. Click to expand... unlink(path) Last edited by a moderator: Dec 18, 2015
GP2X_Coder said: What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++. Click to expand... unlink(path)
geo12 Retrofuturist Joined Dec 27, 2003 Messages 713 Location Ithaca Website Visit site Aug 17, 2007 #3 There's a program called Ltools for Windows that allows you to view and edit linux partitions. I haven't tried it with the gp2x though.
There's a program called Ltools for Windows that allows you to view and edit linux partitions. I haven't tried it with the gp2x though.
G GP2X_Coder Member Joined May 17, 2006 Messages 220 Age 52 Location USA Website mysite.verizon.net Aug 17, 2007 #4 Dzz said: GP2X_Coder said: What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++. Click to expand... unlink(path) Thanks Dzz works perfect. Click to expand... Last edited by a moderator: Dec 18, 2015
Dzz said: GP2X_Coder said: What is the easiest way to delete a file from a directory in linux( Gp2x )? In C or C++. Click to expand... unlink(path) Thanks Dzz works perfect. Click to expand...