I need to accomplish the following task: Attempt to move a file. If file is locked schedule for moving as soon as it becomes available.
is the iPhone\'s filesystem or the use of NSFilemanager restricted to a开发者_如何学运维ny characters or is everything allowed (this is what I\'m currently assuming after doing some research). iPhone
I am using Perl stat() function to get the size of directory and its subdirectories. I have a list of about 20 parent directories which have few thousand recursive subdirs and every subdir has few hun
I\'ve installed RAD Studio 2009 for Delphi & I want to be a开发者_如何学Pythonble to step in the system library units, such as SysUtils.pas & alike, but it seems that they where not installed
I work on a Mercurial repository that is checked out onto an Unix filesystem such as ext3 on some machines, and FAT32 on others.
I work in the Systems & admin team and have been given the task of creating a quota management application to try and encourage users to better manage there resources as we currently have issues w
I\'m using WinXP on clients and Win2003 on a server. I need do atomic actions: create-moving files, insert-update database.
I have several scripts that take as input a directory name, and my program creates files in those directories. Sometimes I want to take the basename of a directory given to the program and use it to m
I\'m trying to pass some files from one app to another. I communicate the path (via a custom URL). The target application cannot read the file, citing errno 13 (permission denied).
Can we write files to the file system and leave them as read-only in Adobe AIR? In the future, we would overwrite these files (or delete them and write a new one).