stupid me.
that was it, thanks.
Search found 5 matches
- Sun Nov 14, 2004 1:29 am
- Forum: Coding Questions
- Topic: deleting a file
- Replies: 3
- Views: 1368
- Sun Nov 14, 2004 12:37 am
- Forum: Coding Questions
- Topic: deleting a file
- Replies: 3
- Views: 1368
deleting a file
I am trying to delete all files in a specific directory.
I placed a debug code to tell me if the delte process fails, and for some reason... I can not delete any of the files :(
Here is my code (only the applicable part):
#HistoryDir.s = "history\" ;history directory
#HistoryExt.s = ".hx ...
I placed a debug code to tell me if the delte process fails, and for some reason... I can not delete any of the files :(
Here is my code (only the applicable part):
#HistoryDir.s = "history\" ;history directory
#HistoryExt.s = ".hx ...
- Thu Nov 04, 2004 12:12 am
- Forum: Feature Requests and Wishlists
- Topic: KeyboardHit
- Replies: 0
- Views: 860
KeyboardHit
It would be nice to see a KeyboardHit command. This command would simply determine if a key has been hit and the key being held down would be ignored.
- Thu Nov 04, 2004 12:03 am
- Forum: Coding Questions
- Topic: Check for a key hit
- Replies: 2
- Views: 907
- Wed Nov 03, 2004 11:43 pm
- Forum: Coding Questions
- Topic: Check for a key hit
- Replies: 2
- Views: 907
Check for a key hit
Hi, Ive searched the forums and couldnt find anything on this.
I am trying to find a way to determine if an arrow key has been hit, not "pressed down" and not "released"
In other words im not looking for KeyboardPushed, or KeyboardReleased.... I wish there was a KeyboardHit.
How can I simulate ...
I am trying to find a way to determine if an arrow key has been hit, not "pressed down" and not "released"
In other words im not looking for KeyboardPushed, or KeyboardReleased.... I wish there was a KeyboardHit.
How can I simulate ...