View Single Post
  #1 (permalink)  
Old 10-09-2006, 01:10 AM
kaka kaka is offline
Junior Member
 
Join Date: Sep 2006
Posts: 3
Default Is this a File object bug? Expiry option has bugs?

Hi Administrator,

I use SWFKit Pro 3.0 and recently been using it to create trial version software.
My question is :
1. I used enable expiry and set it to 30 days, I build the exe then run it, it gives me 30 days trial, but if before 30 days, i set the clock back to 1st day, I can have another 30 days....
This is not right, is it ?

2. I try to use File Object to create new file, but what it gives me is new "FOLDER"?

The code is newfile = new File("C:\\Windows\\newfile.txt");
and it created a folder called "newfile.txt" under windows

Can anyone explain what's wrong with these two things? I could make mistakes.....though
Reply With Quote