SharpFlash is a third-party tool allowing Flash applications to have more power on operating systems supporting the .NET Framework. It exposes an ActionScript API to allow things like file access, registry access, etc. Written in C#, with a Flash UI.
Be the first to post a text review of SharpFlash. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Added: sfFile.deleteFile(path, callback, scope); sfFile.move(from, to, callback, scope); <--- this is the rename function as well sfFile.loadObject(file, callback, scope); sfFile.saveObject(file, obj, callback, scope); sfFile.loadText(file, callback, scope); sfFile.saveText(file, text, append, callback, scope); sfFile.getAttributes(path, callback, scope); sfFile.setAttributes(path, attributeMask, callback, scope); sfFile.getCreationTime(path, callback, scope); sfFile.setCreationTime(path, creationTime, callback, scope); sfFile.getCreationTimeUtc(path, callback, scope); sfFile.setCreationTimeUtc(path, creationTime, callback, scope); sfFile.getLastAccessTime(path, callback, scope); sfFile.setLastAccessTime(path, accessTime, callback, scope); sfFile.getLastAccessTimeUtc(path, callback, scope); sfFile.setLastAccessTimeUtc(path, accessTime, callback, scope); sfFile.getLastWriteTime(path, callback, scope); sfFile.setLastWriteTime(path, writeTime, callback, scope); sfFile.getLastWriteTimeUtc(path, callback, scope); sfFile.setLastWriteTimeUtc(path, writeTime, callback, scope);
Added: sfFile.deleteFile(path, callback, scope); sfFile.move(from, to, callback, scope); <--- this is the rename function as well sfFile.loadObject(file, callback, scope); sfFile.saveObject(file, obj, callback, scope); sfFile.loadText(file, callback, scope); sfFile.saveText(file, text, append, callback, scope); sfFile.getAttributes(path, callback, scope); sfFile.setAttributes(path, attributeMask, callback, scope); sfFile.getCreationTime(path, callback, scope); sfFile.setCreationTime(path, creationTime, callback, scope); sfFile.getCreationTimeUtc(path, callback, scope); sfFile.setCreationTimeUtc(path, creationTime, callback, scope); sfFile.getLastAccessTime(path, callback, scope); sfFile.setLastAccessTime(path, accessTime, callback, scope); sfFile.getLastAccessTimeUtc(path, callback, scope); sfFile.setLastAccessTimeUtc(path, accessTime, callback, scope); sfFile.getLastWriteTime(path, callback, scope); sfFile.setLastWriteTime(path, writeTime, callback, scope); sfFile.getLastWriteTimeUtc(path, callback, scope); sfFile.setLastWriteTimeUtc(path, writeTime, callback, scope);
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?