confused about rename folder SOLVED

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

confused about rename folder SOLVED

Post by jmburnod » Tue Mar 22, 2016 9:48 pm

Hi All,
There is one folder "MyFolderSource" with one stack, one .txt file and one subfolder "MySubFolderSource" with several .txt files.
This folder is in documents folder and I want move it to folder specialfolderpath("documents") & "/" & "MyfolderDest".

It works well on OS X
On iOS all files moved but folder specialfolderpath("documents") & "/" & "MyfolderDest" & "/" & MySubFolderSource is empty
Is there someone who met this case ?
Best regards
Jean-Marc
EDIT :
Fortunately rename folder works fine.
That was a mistake in my next scripts :oops:
https://alternatic.ch

Post Reply