| To: | <webmaster at outmx026 dot isp dot belgacom dot be> |
|---|---|
| Subject: | how to handle long file name in Mac |
| From: | "Mohamed Azzad" <aazzad at yahoo dot com> |
| Date: | Tue, 20 Dec 2005 11:00:46 +0100 |
| Cc: | realbasic-plugins at lists dot realsoftware dot com |
| Delivered-to: | realbasic-plugins at lists dot realsoftware dot com |
| Delivered-to: | benes-be-benes1 at benes dot be |
| Delivered-to: | benes-be-ghislain at benes dot be |
| Delivered-to: | realbasic-nug at lists dot realsoftware dot com |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=R27wIPz74x3qtvxNmkz1ZWBknoeC95lz12kUBKw5zOXuLv/0xc2git5S0adxURwd7qT20dM/3x7e47wXGwkJRaAbYG6sRo4o7PwptS72/nJ0wt3mgSIEAa31Ghii57Z6wzpt1Ux3adnBohzbgUxuRxl+SYQfhPLbmyLW05E4PLo=; |
| Importance: | normal |
| Priority: | normal |
| Thread-index: | AcYFTD+aZk2ULdStSzaf5BFhYGniyw== |
Hi ,
I need the picture to be saved with the Following file fame
"macintoshHDuserstestpitcures20050831indeDSC00160216168,jpg" but it is saving
only 31 characters for file name .
Is there is any work around for this . or is a bug with realbasic.
Code for this
Dim p as piture
p = new picture(10,10,32)
p.graphics.fillrect(0,0,10,10)
dim fd as folderitem
fd =
getfolderitem(desktopfolder.absolutepath).child("macintoshHDuserstestpitcures20050831indeDSC00160216168,jpg")
fd.saveasgpeg(p)
Thanks in Advance
Regards
Mohamed Azzad
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | how to handle long file name in Mac, Mohamed Azzad |
|---|---|
| Next by Date: | Dealing with files, Theodore H. Smith |
| Previous by Thread: | how to handle long file name in Mac, Mohamed Azzad |
| Next by Thread: | Dealing with files, Theodore H. Smith |
| Indexes: | [Date] [Thread] [Top] [All Lists] |