realbasic-plugins
[Top] [All Lists]

how to handle long file name in Mac

To: realbasic-nug at lists dot realsoftware dot com
Subject: how to handle long file name in Mac
From: Mohamed Azzad <aazzad at yahoo dot com>
Date: Tue, 20 Dec 2005 01:55:17 -0800 (PST)
Cc: realbasic-plugins at lists dot realsoftware dot com
Delivered-to: realbasic-plugins 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= ;
    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>


<Prev in Thread] Current Thread [Next in Thread>