Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I delete file from my computer using PB appl?

Status
Not open for further replies.

powerbuilde

Programmer
Oct 2, 2010
29
EG
I want to delte a file in a specific location on my computer
my program display image at specific path specified in my database when i delete this path from database i want to delete this file physically from my computer
how can i do this?
thanks
 
Use FileDelete(ls_filename).

You will want to build the ls_filename string from the path and name of the file to be deleted.

Matt

"Nature forges everything on the anvil of time"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top