| View previous topic :: View next topic |
| Author |
Message |
ben13 Newbie
Joined: 21 Aug 2002 Posts: 4
|
Posted: Wed Aug 21, 2002 10:06 pm Post subject: Problem with the @shortname function under ntfs system |
|
|
i use this function to rename files of a list but it doesn't worl under xp ntfs (it works under xp fat32)
please halp me |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Aug 21, 2002 10:15 pm Post subject: |
|
|
You might avoid using @shortname() by adding @chr(34)
before and after your long filenames. It's a quotation mark
(VDS usually ignores a regular quote mark).
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
ben13 Newbie
Joined: 21 Aug 2002 Posts: 4
|
Posted: Thu Aug 22, 2002 8:23 am Post subject: |
|
|
could you please give me an example cause i don't understand how use the function
thxs |
|
| Back to top |
|
 |
ben13 Newbie
Joined: 21 Aug 2002 Posts: 4
|
Posted: Thu Aug 22, 2002 10:00 am Post subject: |
|
|
ok i have found a solution but i have another problem
when a make a filelist, some files are not in alphabetic order, how can i resolve this ? |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Thu Aug 22, 2002 10:42 am Post subject: |
|
|
When creating a list, add sorted at the end. Like this:
| Code: |
List create,1,SORTED
|
_________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
ben13 Newbie
Joined: 21 Aug 2002 Posts: 4
|
Posted: Thu Aug 22, 2002 11:17 am Post subject: |
|
|
| thxs a lot, it works perfectly ! |
|
| Back to top |
|
 |
|