How to store list folder name in specified folder into TStringList
c:\mydocument\folder a
c:\mydocument\folder b
c:\mydocument\folder c
c:\mydocument\folder d
??function??('c:\mydocument\') return :
StrList := TStringList
StrList[0] = 'c:\mydocument\folder a'
StrList[1] = 'c:\mydocument\folder...
>>> Already done: Windows OS (all versions) will not allow >>> open/copy/delete while your program holds the file open. >>> You can change file attributes to hidden/read-only when >>> closed.
My program step.
1. Load encryption file a
2. file a will be decrypted into file b in random folder...
Yes.
My program step.
1. Load encryption file a
2. file a will be decrypted into file b in random folder
3. My program process something according file b
4. after finis processing. file b will be deleted automatic by program
my problem..
i'am affraid that file b will be copied / read by user...
I hide a txt file, this is a result of decryption file by program. after finish my process. this file will be deleted automaticly.
if in folder windows or program files not work.
may be, i will store this file at other folder(random)
or
how to protect this file, so the user cannot...
How to get folder name that exists in folder c:\windows\*.*
into TStringList automaticly.
I don't want fill folder name into TStringList manually. because in windows 98, me, xp, 2000, vista, 7 may difference..
I can not use folder temp. i am affraid the user see my file in temp folder...
How to get a folder name by random in folder c:\windows or c:\program files
because when i run my program, i have to save a file in a folder. but users may not know where this files exists.
so, my solution is save my file in a random folder in drive C that users do not know where my files...
I tried with bellow source, but failed....
procedure TForm1.Button1Click(Sender: TObject);
var
F : TextFile;
ch : char;
str : string;
begin
AssignFile(F, 'test.sql'); //file generate from (enteprice manager sql -> generate script)
reset(F); //Open F...
I want to encrypt/decrypt my *.txt files using commands in delphi. (not component)
when I want to decrypt files, It's better if the function provide parameter such as password to decrypt.
where i can download the samples functions with delphi programming.
Thanks
I create my store procedure with encryption.
I am using MS sql 2005 / 2008
but how to generate it to a file (script file / *.sql)
because i want to deliver this script to my client.
thank's
I create my store procedure with encryption.
so my code can not be changed.
but there is many tools to decrypt this sql statement (SP).
how to prevent from sql decryptor.
thanks
Is there a problem, if i connect database sql 2005 with BDE,
My all form use TQuery.
any sugestion/idea to solve this problem if bde can't connect sql 2005
thank's
I built my application with many dll (for reporting)
but when i load dll, I reconnect TAdoConnection.. I want to avoid this
reconnection.. but how to do this ??.
I have try passing parameter ADOConnectionObject :_Connection from exe to dll
so when i load dll,
i write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.