ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 how save image and detect
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

masrnet2006

Saudi Arabia
59 Posts

Posted - Nov 11 2013 :  00:22:34  Show Profile  Reply
hi
need save image in path network and detect

masrnet2006

Saudi Arabia
59 Posts

Posted - Nov 11 2013 :  01:44:48  Show Profile  Reply
ex netstr:= CreateDirectory('c:\ha') ;
return to netstr can not create the c:\ha
Go to Top of Page

xequte

39110 Posts

Posted - Nov 11 2013 :  12:03:36  Show Profile  Reply
Hi

If you are trying to create a file/folder in the root of C:\ then you may need admistrator permissions.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

masrnet2006

Saudi Arabia
59 Posts

Posted - Nov 11 2013 :  22:44:44  Show Profile  Reply
hi
I need save image in path and detect save or not to save in database
Go to Top of Page

xequte

39110 Posts

Posted - Nov 12 2013 :  02:15:54  Show Profile  Reply
Sorry, I'm not following. Do you mean to read an image from file and save it to a database?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

masrnet2006

Saudi Arabia
59 Posts

Posted - Nov 19 2013 :  23:36:25  Show Profile  Reply
hi
I need save image in path and detect save or not
Go to Top of Page

w2m

USA
1990 Posts

Posted - Nov 20 2013 :  08:13:17  Show Profile  Reply
You can detect if a file was saved by:
iImageEnIO.SaveToFile(iFilename);
if iImageEnIO.Aborting then
  MessageBox(0, PChar('Error saving file ' + iFilename), 'Error', MB_ICONERROR or MB_OK);

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: