US20130166562A1 - Renaming Multiple Files - Google Patents

Renaming Multiple Files Download PDF

Info

Publication number
US20130166562A1
US20130166562A1 US12/111,877 US11187708A US2013166562A1 US 20130166562 A1 US20130166562 A1 US 20130166562A1 US 11187708 A US11187708 A US 11187708A US 2013166562 A1 US2013166562 A1 US 2013166562A1
Authority
US
United States
Prior art keywords
file
name
files
computer
extension
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/111,877
Inventor
Cris Rys
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Adobe Inc
Original Assignee
Adobe Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Adobe Systems Inc filed Critical Adobe Systems Inc
Priority to US12/111,877 priority Critical patent/US20130166562A1/en
Assigned to ADOBE SYSTEMS INCORPORATED reassignment ADOBE SYSTEMS INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RYS, CRIS
Publication of US20130166562A1 publication Critical patent/US20130166562A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99951File or database maintenance
    • Y10S707/99952Coherency, e.g. same view to multiple users
    • Y10S707/99953Recoverability

Definitions

  • the present invention relates to renaming files.
  • a file extension can be appended to the end of a file name.
  • a file extension specifies the file type and typically is represented as a delimiter character (e.g., a period character) plus additional characters (e.g., three alphanumeric characters).
  • Many operating systems use file extensions to identify the file type or which application to invoke to open the file. For example, a file having a file extension of “.pdf” indicates to the operating system that the file is stored in portable document format and therefore must be opened using the Adobe Acrobat® program.
  • Adobe Acrobat is a document management program available from Adobe Systems Incorporated of San Jose, Calif.
  • a collection of files may consist of files whose names have been automatically generated by a computer.
  • the user may wish to rename some or all of the files in the collection so that the names are more meaningful or descriptive.
  • the files are assigned computer-generated names such as DSGF001.JPG, DSGF002.JPG, and so on.
  • the user may wish to rename the files to reflect, e.g., the subject matter of the image (e.g., YOSEMITE.JPG).
  • Renaming files can be tedious. Typically, multiple keystrokes are required to rename each file. For example, on the Apple MacIntosh platform, renaming a file involves at least the following keystrokes: a first keystroke to select the file; a second keystroke to enter rename mode; and additional keystrokes to enter the new file name. Renaming multiple files requires repeating each of the above keystrokes for each file.
  • renaming files can also lead to loss of information. Because the entire file name, including the file extension, is typically modifiable during rename mode, the file extension can be erased or corrupted inadvertently during the renaming process. Erasing or corrupting the file extension may cause the operating system to be unable to open the file because the information that indicates which application to use has been lost.
  • Methods and systems including computer program products, implementing techniques for renaming files in a collection of files.
  • the techniques include establishing a rename state for a first file in a collection of files; receiving input in the rename state, the input specifying a name for the first file; and in response to the input specifying the name, renaming the first file according to the specified name for the first file and establishing a rename state for a second file in the collection of files.
  • a file extension for the first file can be displayed in the rename state but protected such that the user cannot change the file extension in the rename state for the selected file.
  • the system can generate a name for the second file, the generated name for the second file being derived from the specified name for the first file.
  • the invention can be implemented to realize one or more of the following advantages.
  • the number of keystrokes required to rename multiple files can be reduced.
  • the file extension can be protected during rename mode so that the extension is not inadvertently corrupted during file renaming.
  • New file names for subsequent files in a collection of files can be automatically generated based on the file name of a previous file.
  • FIG. 1 is a block diagram illustrating a system for renaming files.
  • FIG. 2 is a flow diagram illustrating of a method for renaming files.
  • FIG. 3 is a screen shot of an exemplary user interface for a file browser program.
  • FIG. 4 is a screen shot of an exemplary user interface for establishing a rename state for a selected file.
  • FIG. 5 is a screen shot of an exemplary user interface for specifying a name for a selected file.
  • FIG. 6 is a screen shot of an exemplary user interface for renaming a selected file according and establishing rename state for a second file.
  • FIG. 1 shows a system 100 for renaming files.
  • the system 100 includes input and output devices 110 , a programmed computer 120 , and storage devices 130 .
  • Running on the programmed computer 120 is a file system 140 and a file browser 150 .
  • a file browser 150 provides an interface for users to view and manipulate files within a file system.
  • the file browser 150 displays the files in a hierarchical directory structure. Users can manipulate or customize the directory structure through the browser interface. Users can also perform basic file operations such as copying, deleting, and renaming files.
  • the file browser 150 can be a stand-alone application, such as the Windows Explorer tool that comes bundled with the Windows operating systems available from Microsoft Corporation of Redmond, Wash. Alternatively, the file browser 150 can be subsumed within an application such as an image processing application or a database application.
  • FIG. 2 is a flow diagram illustrating a computer-implemented method 200 for renaming files in a collection of files. The method steps can be performed by the programmed computer 120 during execution of the file browser program 150 .
  • the method 200 begins when the system 100 identifies a collection of files to be renamed (step 210 ).
  • the system 100 can identify the collection of files based on user input. For example, the user can select a particular subdirectory of files, or individual files in a directory or subdirectory, within the file system 140 .
  • the system 100 can identify the collection of files based on pre-defined settings. For example, if the method 200 is running within a particular application, the system 100 can identify either a certain directory that is associated with the application (e.g., a “My Documents” or “My Pictures” folder) or a collection of files within the file system having a format compatible with the application (e.g., JPG format).
  • FIG. 3 shows a collection of files which the system has identified based on the user selection of the subdirectory Pictures 310 .
  • the collection of files can reside within a file system, a database or any other storage system.
  • the files within the collection can be ordered such that each file has a designated position within the collection.
  • the files can be sorted according to user input or a pre-determined scheme (e.g., by filename, creation date, file type and so on).
  • the system 100 identifies a first file ( 220 ).
  • the system 100 can identify the first file in response to user input selecting a file in the collection of files.
  • the system 100 can identify the first file based on a pre-determined scheme (e.g., the first file in the collection, the first file in the collection that has a randomly-generated file name, and so on).
  • the system 100 After identifying a first file, the system 100 establishes a rename state for the first file (step 230 ).
  • the system can establish the rename state in response to user input requesting that the first file be placed in a rename state.
  • the system 100 can provide an interface for a user to view the current name and specify a name for the first file.
  • a user interface 400 displays a highlighted representation of the current name “DSCN2345.JPG” 410 for the selected file 420 . The highlighting indicates to the user that the current file name 410 has been placed in rename state.
  • the system 100 protects the file extension (including the delimeter) so that it cannot be changed during the rename state.
  • This implementation is illustrated in FIG. 4 by the fact that the file extension 430 is displayed but not highlighted. The lack of highlighting indicates to the user that the file extension 430 cannot be changed during the rename state.
  • the system can protect the file extension 430 by other means—for example, the system can hide the file extension from view.
  • the system 100 receives input specifying a name for the first file (step 240 ).
  • the specified name can be a new, modified, or original name for the first file.
  • the user can enter a new name “Alaska” 510 by typing over the old file name 410 in the user interface and accepting the name by striking a termination key (e.g., enter, tab, or the like) which indicates to the computer that the user has finished typing in the name.
  • a termination key e.g., enter, tab, or the like
  • the user Prior to hitting the termination key, the user could, for example, re-type the name.
  • the name is not specified until the user has struck the termination key to accept the name.
  • the system 100 automatically renames the selected file according to the specified name, proceeds to the next file in the collection of files and establishes a rename state for the next file (step 250 ).
  • the system 100 can display the current name for the next file and prompt the user for input specifying a name, as shown in FIG. 6 .
  • the system After receiving input specifying a name for the next file (step 260 ), if more files remain to be renamed in the collection of files (the YES branch of step 270 ), the system repeats steps 250 and 260 . When no more files in the collection remain to be renamed (the NO branch of step 270 ), the method is complete.
  • the system 100 can display a computer-generated name for the next file.
  • the computer-generated name can be based on the specified name of the first file.
  • the system 100 can use the specified name of the first file as a base name to which the system appends one or more additional suffix characters to generate names for subsequent files in the collection of files.
  • the system 100 can provide an interface for users to select a desired suffix from a list of suffixes (e.g., sequential numbers, dates, times and so on).
  • the system 100 waits to receive input specifying a name in step 260 .
  • the system proceeds to the next file as discussed above.
  • system 100 can use the name of the first file as a base name, but the system 100 does not automatically append suffix characters to the base name. Instead, the system 100 displays the base name and prompts the user to complete the name by adding any desired additional characters (e.g., the name of a particular location, person, or object in an image) to distinguish the current file from other files in the collection.
  • the system 100 displays the base name and prompts the user to complete the name by adding any desired additional characters (e.g., the name of a particular location, person, or object in an image) to distinguish the current file from other files in the collection.
  • the invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them.
  • Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output.
  • the invention can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device.
  • Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language.
  • Suitable processors include, by way of example, both general and special purpose microprocessors.
  • a processor will receive instructions and data from a read-only memory and/or a random access memory.
  • a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks.
  • Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
  • semiconductor memory devices such as EPROM, EEPROM, and flash memory devices
  • magnetic disks such as internal hard disks and removable disks
  • magneto-optical disks magneto-optical disks
  • CD-ROM disks CD-ROM disks
  • the invention can be implemented on a computer system having a display device such as a monitor or LCD screen for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user can provide input to the computer system.
  • the computer system can be programmed to provide a graphical user interface through which computer programs interact with users.
  • the invention has been described in terms of particular embodiments. Other embodiments are within the scope of the following claims.
  • the invention can apply to any other type of media file or file (e.g. mp3 files, HTML files, and so on).
  • the invention is also not limited to files or files stored in a file system, but can be applied to any other type of object for which a user can set an identifier or name.
  • the invention can be applied to renaming records in a database, renaming network identifiers associated with network IP (Internet Protocol) addresses, or renaming names of programming modules in source code.
  • IP Internet Protocol

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Techniques for renaming multiple files. A system establishes a rename state for a first file in a collection of files and, in the rename state, receives user input specifying a name for the first file. In response to the user input specifying the name, the system renames the first file according to the name and establishes a rename state for a second file in the collection of files. In the rename state, the system can display both the current name of the file and the file extension associated with the file. The system can protect the file extension such that the user cannot change the file extension in the rename state.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation and claims the benefit of priority under 35 U.S.C. Section 120 of U.S. application Ser. No. 10/227,021, filed Aug. 21, 2002, entitled “Renaming Multiple Files”. The disclosure of the prior applications is considered part of and is incorporated by reference in the disclosure of this application.
  • BACKGROUND
  • The present invention relates to renaming files.
  • A file name is a string of characters that identifies a file. Most operating systems support file names up to 255 characters or more in length. In the Windows operating system, a file name can contain alphanumeric characters and also the following characters: ! @ # $ % & ( ) ′' − { } +, . ; =[ ] and the space character.
  • In some operating systems, a file extension can be appended to the end of a file name. A file extension specifies the file type and typically is represented as a delimiter character (e.g., a period character) plus additional characters (e.g., three alphanumeric characters). Many operating systems use file extensions to identify the file type or which application to invoke to open the file. For example, a file having a file extension of “.pdf” indicates to the operating system that the file is stored in portable document format and therefore must be opened using the Adobe Acrobat® program. Adobe Acrobat is a document management program available from Adobe Systems Incorporated of San Jose, Calif.
  • In some cases, a collection of files may consist of files whose names have been automatically generated by a computer. In such cases, the user may wish to rename some or all of the files in the collection so that the names are more meaningful or descriptive. For example, when a series of digital image files are downloaded from a digital camera into a software program such as Adobe Photoshop® also available from Adobe Systems Incorporated, the files are assigned computer-generated names such as DSGF001.JPG, DSGF002.JPG, and so on. The user may wish to rename the files to reflect, e.g., the subject matter of the image (e.g., YOSEMITE.JPG).
  • Renaming files can be tedious. Typically, multiple keystrokes are required to rename each file. For example, on the Apple MacIntosh platform, renaming a file involves at least the following keystrokes: a first keystroke to select the file; a second keystroke to enter rename mode; and additional keystrokes to enter the new file name. Renaming multiple files requires repeating each of the above keystrokes for each file.
  • Besides being tedious, renaming files can also lead to loss of information. Because the entire file name, including the file extension, is typically modifiable during rename mode, the file extension can be erased or corrupted inadvertently during the renaming process. Erasing or corrupting the file extension may cause the operating system to be unable to open the file because the information that indicates which application to use has been lost.
  • SUMMARY
  • Methods and systems, including computer program products, implementing techniques for renaming files in a collection of files. The techniques include establishing a rename state for a first file in a collection of files; receiving input in the rename state, the input specifying a name for the first file; and in response to the input specifying the name, renaming the first file according to the specified name for the first file and establishing a rename state for a second file in the collection of files.
  • Particular implementations can include one or more of the following features. A file extension for the first file can be displayed in the rename state but protected such that the user cannot change the file extension in the rename state for the selected file. The system can generate a name for the second file, the generated name for the second file being derived from the specified name for the first file.
  • The invention can be implemented to realize one or more of the following advantages. The number of keystrokes required to rename multiple files can be reduced. The file extension can be protected during rename mode so that the extension is not inadvertently corrupted during file renaming. New file names for subsequent files in a collection of files can be automatically generated based on the file name of a previous file.
  • The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features and advantages of the invention will become apparent from the description, the drawings, and the claims.
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram illustrating a system for renaming files.
  • FIG. 2 is a flow diagram illustrating of a method for renaming files.
  • FIG. 3 is a screen shot of an exemplary user interface for a file browser program.
  • FIG. 4 is a screen shot of an exemplary user interface for establishing a rename state for a selected file.
  • FIG. 5 is a screen shot of an exemplary user interface for specifying a name for a selected file.
  • FIG. 6 is a screen shot of an exemplary user interface for renaming a selected file according and establishing rename state for a second file.
  • Like reference symbols in the various drawings indicate like elements.
  • DETAILED DESCRIPTION
  • FIG. 1 shows a system 100 for renaming files. The system 100 includes input and output devices 110, a programmed computer 120, and storage devices 130. Running on the programmed computer 120 is a file system 140 and a file browser 150. A file browser 150 provides an interface for users to view and manipulate files within a file system. Typically, the file browser 150 displays the files in a hierarchical directory structure. Users can manipulate or customize the directory structure through the browser interface. Users can also perform basic file operations such as copying, deleting, and renaming files. The file browser 150 can be a stand-alone application, such as the Windows Explorer tool that comes bundled with the Windows operating systems available from Microsoft Corporation of Redmond, Wash. Alternatively, the file browser 150 can be subsumed within an application such as an image processing application or a database application.
  • FIG. 2 is a flow diagram illustrating a computer-implemented method 200 for renaming files in a collection of files. The method steps can be performed by the programmed computer 120 during execution of the file browser program 150.
  • The method 200 begins when the system 100 identifies a collection of files to be renamed (step 210). The system 100 can identify the collection of files based on user input. For example, the user can select a particular subdirectory of files, or individual files in a directory or subdirectory, within the file system 140. Alternatively, the system 100 can identify the collection of files based on pre-defined settings. For example, if the method 200 is running within a particular application, the system 100 can identify either a certain directory that is associated with the application (e.g., a “My Documents” or “My Pictures” folder) or a collection of files within the file system having a format compatible with the application (e.g., JPG format). FIG. 3 shows a collection of files which the system has identified based on the user selection of the subdirectory Pictures 310.
  • The collection of files can reside within a file system, a database or any other storage system. The files within the collection can be ordered such that each file has a designated position within the collection. The files can be sorted according to user input or a pre-determined scheme (e.g., by filename, creation date, file type and so on).
  • Once the system 100 has identified a collection of files to be renamed, the system 100 identifies a first file (220). The system 100 can identify the first file in response to user input selecting a file in the collection of files. Alternatively, the system 100 can identify the first file based on a pre-determined scheme (e.g., the first file in the collection, the first file in the collection that has a randomly-generated file name, and so on).
  • After identifying a first file, the system 100 establishes a rename state for the first file (step 230). The system can establish the rename state in response to user input requesting that the first file be placed in a rename state. During the rename state, the system 100 can provide an interface for a user to view the current name and specify a name for the first file. As shown in FIG. 4, a user interface 400 displays a highlighted representation of the current name “DSCN2345.JPG” 410 for the selected file 420. The highlighting indicates to the user that the current file name 410 has been placed in rename state.
  • In one implementation, the system 100 protects the file extension (including the delimeter) so that it cannot be changed during the rename state. This implementation is illustrated in FIG. 4 by the fact that the file extension 430 is displayed but not highlighted. The lack of highlighting indicates to the user that the file extension 430 cannot be changed during the rename state. The system can protect the file extension 430 by other means—for example, the system can hide the file extension from view.
  • In the rename state, the system 100 receives input specifying a name for the first file (step 240). The specified name can be a new, modified, or original name for the first file. As shown in FIG. 5, the user can enter a new name “Alaska” 510 by typing over the old file name 410 in the user interface and accepting the name by striking a termination key (e.g., enter, tab, or the like) which indicates to the computer that the user has finished typing in the name. Prior to hitting the termination key, the user could, for example, re-type the name. Thus, the name is not specified until the user has struck the termination key to accept the name.
  • Once the name is specified, the system 100 automatically renames the selected file according to the specified name, proceeds to the next file in the collection of files and establishes a rename state for the next file (step 250). As discussed above in the context of step 230, the system 100 can display the current name for the next file and prompt the user for input specifying a name, as shown in FIG. 6. After receiving input specifying a name for the next file (step 260), if more files remain to be renamed in the collection of files (the YES branch of step 270), the system repeats steps 250 and 260. When no more files in the collection remain to be renamed (the NO branch of step 270), the method is complete.
  • In some implementations, instead of displaying the current name for the next file, the system 100 can display a computer-generated name for the next file. The computer-generated name can be based on the specified name of the first file. In one implementation, the system 100 can use the specified name of the first file as a base name to which the system appends one or more additional suffix characters to generate names for subsequent files in the collection of files. The system 100 can provide an interface for users to select a desired suffix from a list of suffixes (e.g., sequential numbers, dates, times and so on). After displaying the computer generated name (e.g., “Alaska01” or “Alaska25Dec2001”) in step 250, the system 100 waits to receive input specifying a name in step 260. If the user is not satisfied with the computer-generated name, the user can make changes to the name. Otherwise, if the user is satisfied with the computer-generated name, the user can strike the termination key to accept the computer-generated name without changes. After receiving this input, the system proceeds to the next file as discussed above.
  • In another implementation, the system 100 can use the name of the first file as a base name, but the system 100 does not automatically append suffix characters to the base name. Instead, the system 100 displays the base name and prompts the user to complete the name by adding any desired additional characters (e.g., the name of a particular location, person, or object in an image) to distinguish the current file from other files in the collection.
  • The invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can be implemented advantageously in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. Generally, a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
  • To provide for interaction with a user, the invention can be implemented on a computer system having a display device such as a monitor or LCD screen for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user can provide input to the computer system. The computer system can be programmed to provide a graphical user interface through which computer programs interact with users.
  • The invention has been described in terms of particular embodiments. Other embodiments are within the scope of the following claims. For example, although the invention has been described in terms of its application to renaming image files, the invention can apply to any other type of media file or file (e.g. mp3 files, HTML files, and so on). The invention is also not limited to files or files stored in a file system, but can be applied to any other type of object for which a user can set an identifier or name. For example, the invention can be applied to renaming records in a database, renaming network identifiers associated with network IP (Internet Protocol) addresses, or renaming names of programming modules in source code.
  • Additionally, the steps of the invention can be performed in a different order and still achieve desirable results.

Claims (18)

1. A computer-implemented method comprising:
receiving input that defines a specified collection of files from multiple available files and that requests that a name of a single file in the specific collection be changed;
placing the single file in a rename state;
upon detecting that the name is changed, automatically placing a next file in the specified collection in the rename state;
displaying a computer-generated name for the next file, the computer-generated name based on the changed name of the single file; and
wherein the name is changed directly in a file browser display.
2. The method of claim 1, wherein files in the specified collection of files include corresponding file extensions, and placing the single file in a rename state comprises protecting a corresponding file extension of the single file such that the corresponding file extension is not changed.
3. The method of claim 2, wherein the corresponding file extension is displayed in-line with the name of the single file and protecting the corresponding file extension comprises highlighting the name of the single file and not highlighting the corresponding file extension.
4. The method of claim 2, wherein protecting the corresponding file extension comprises displaying the name of the single file and not displaying the corresponding file extension.
5. The method of claim 1, wherein the computer-generated name for the next file includes the name of the single file and a suffix.
6. The method of claim 5, further comprising:
displaying a list including suffixes;
receiving input selecting a desired suffix; and
including the desired suffix in a name of the next file.
7. A computer program product, tangibly embodied in a computer-readable medium, the computer program product causing data processing apparatus to perform operations comprising:
receiving input that defines a specified collection of files from multiple available files and that requests that a name of a single file in the specific collection be changed;
placing the single file in a rename state;
upon detecting that the name is changed, automatically placing a next file in the specified collection in the rename state;
displaying a computer-generated name for the next file, the computer-generated name based on the changed name of the single file; and
wherein the name is changed directly in a file browser display.
8. The computer program product of claim 7, wherein files in the specified collection of files include corresponding file extensions, and placing the single file in a rename state comprises protecting a corresponding file extension of the single file such that the corresponding file extension is not changed.
9. The computer program product of claim 8, wherein the corresponding file extension is displayed in-line with the name of the single file and protecting the corresponding file extension comprises highlighting the name of the single file and not highlighting the corresponding file extension.
10. The computer program product of claim 8, wherein protecting the corresponding file extension comprises displaying the name of the single file and not displaying the corresponding file extension.
11. The computer program product of claim 7, wherein the computer-generated name for the next file includes the name of the single file and a suffix.
12. The computer program product of claim 11, the operations further comprising:
displaying a list including suffixes;
receiving input selecting a desired suffix; and
including the desired suffix in a name of the next file.
13. A system comprising:
a processor; and
a computer program product, tangibly embodied in a computer-readable medium, encoding instructions to cause the processor to perform operations comprising:
receiving input that defines a specified collection of files from multiple available files and that requests that a name of a single file in the specific collection be changed;
placing the single file in a rename state;
upon detecting that the name is changed, automatically placing a next file in the specified collection in the rename state;
displaying a computer-generated name for the next file, the computer-generated name based on the changed name of the single file; and
wherein the name is changed directly in a file browser display.
14. The system of claim 13, wherein files in the specified collection of files include corresponding file extensions, and placing the single file in a rename state comprises protecting a corresponding file extension of the single file such that the corresponding file extension is not changed.
15. The system of claim 14, wherein the corresponding file extension is displayed in-line with the name of the single file and protecting the corresponding file extension comprises highlighting the name of the single file and not highlighting the corresponding file extension.
16. The system of claim 14, wherein protecting the corresponding file extension comprises displaying the name of the single file and not displaying the corresponding file extension.
17. The system of claim 13, wherein the computer-generated name for the next file includes the name of the single file and a suffix.
18. The system of claim 17, the operations further comprising:
displaying a list including suffixes;
receiving input selecting a desired suffix; and
including the desired suffix in a name of the next file.
US12/111,877 2002-08-21 2008-04-29 Renaming Multiple Files Abandoned US20130166562A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/111,877 US20130166562A1 (en) 2002-08-21 2008-04-29 Renaming Multiple Files

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/227,021 US7370065B1 (en) 2002-08-21 2002-08-21 Renaming multiple files
US12/111,877 US20130166562A1 (en) 2002-08-21 2008-04-29 Renaming Multiple Files

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/227,021 Continuation US7370065B1 (en) 2002-08-21 2002-08-21 Renaming multiple files

Publications (1)

Publication Number Publication Date
US20130166562A1 true US20130166562A1 (en) 2013-06-27

Family

ID=39332456

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/227,021 Active 2024-10-17 US7370065B1 (en) 2002-08-21 2002-08-21 Renaming multiple files
US12/111,877 Abandoned US20130166562A1 (en) 2002-08-21 2008-04-29 Renaming Multiple Files

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/227,021 Active 2024-10-17 US7370065B1 (en) 2002-08-21 2002-08-21 Renaming multiple files

Country Status (1)

Country Link
US (2) US7370065B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130080966A1 (en) * 2011-09-22 2013-03-28 Microsoft Corporation User experience for notebook creation and interaction
US20160196681A1 (en) * 2008-09-08 2016-07-07 Apple Inc. Object-aware transitions
CN107678677A (en) * 2017-10-09 2018-02-09 苏州亿科赛卓电子科技有限公司 Cursor automatic positioning method and device in a kind of file renaming operation

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100694123B1 (en) * 2004-07-30 2007-03-12 삼성전자주식회사 Storage medium including audio-visual data and application programs, apparatus and method thereof
US9142253B2 (en) * 2006-12-22 2015-09-22 Apple Inc. Associating keywords to media
US8276098B2 (en) 2006-12-22 2012-09-25 Apple Inc. Interactive image thumbnails
US7954065B2 (en) * 2006-12-22 2011-05-31 Apple Inc. Two-dimensional timeline display of media items
KR101396348B1 (en) * 2007-03-08 2014-05-19 삼성전자주식회사 Apparatus for processing digital image and method for managing file thereof
US8375312B2 (en) * 2007-06-08 2013-02-12 Apple Inc. Classifying digital media based on content
AU2009100014A4 (en) * 2008-01-09 2009-02-19 Rune Ljungbjorn Method for providing flexible inheritance of program environment
US8423916B2 (en) * 2008-11-20 2013-04-16 Canon Kabushiki Kaisha Information processing apparatus, processing method thereof, and computer-readable storage medium
CN102567298B (en) * 2010-12-26 2015-08-12 上海量明科技发展有限公司 A kind of implementation method of new document and device
US11385774B2 (en) * 2014-01-06 2022-07-12 Red Hat, Inc. Intuitive workspace management
US10089315B2 (en) * 2014-08-22 2018-10-02 AsterionDB, Inc. Systems, apparatus, and methods for accessing data from a database as a file
CN110879690B (en) * 2018-09-05 2024-05-28 夏普株式会社 Information processing apparatus

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745902A (en) * 1992-07-06 1998-04-28 Microsoft Corporation Method and system for accessing a file using file names having different file name formats
US6784925B1 (en) * 1998-03-24 2004-08-31 Canon Kabushiki Kaisha System to manage digital camera images
KR100544177B1 (en) * 2000-01-18 2006-01-23 삼성전자주식회사 Method of controlling portable device having facilities of storing and playing digital contents by computer and portable device operation method thereby
JP2001290683A (en) * 2000-04-05 2001-10-19 Nikon Corp File-managing device and recording medium with file management program recorded thereon
US20010056434A1 (en) * 2000-04-27 2001-12-27 Smartdisk Corporation Systems, methods and computer program products for managing multimedia content
US6629104B1 (en) * 2000-11-22 2003-09-30 Eastman Kodak Company Method for adding personalized metadata to a collection of digital images

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Sams Teach Yourself Microsoft Windows 2000 Professional , Sams Publishing, November 1999, pages 72-79. *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160196681A1 (en) * 2008-09-08 2016-07-07 Apple Inc. Object-aware transitions
US10984577B2 (en) * 2008-09-08 2021-04-20 Apple Inc. Object-aware transitions
US20130080966A1 (en) * 2011-09-22 2013-03-28 Microsoft Corporation User experience for notebook creation and interaction
CN107678677A (en) * 2017-10-09 2018-02-09 苏州亿科赛卓电子科技有限公司 Cursor automatic positioning method and device in a kind of file renaming operation

Also Published As

Publication number Publication date
US7370065B1 (en) 2008-05-06

Similar Documents

Publication Publication Date Title
US20130166562A1 (en) Renaming Multiple Files
US10963837B2 (en) Systems, methods, and software for integration of online research tasks into law firm workflow
US7668868B1 (en) Group file delivery including user-defined metadata
US7409405B1 (en) File dispatcher for multiple application targets
US7949664B2 (en) Method, system, and storage medium for providing web-based electronic research and presentation functions via a document creation application
US7631294B2 (en) Notification system for source code discovery
US7783965B1 (en) Managing links in a collection of documents
US10114821B2 (en) Method and system to access to electronic business documents
US20050210054A1 (en) Information management system
US8239239B1 (en) Methods and systems for dynamic workflow access based on user action
JP2008533544A (en) Method and system for operating a source code search engine
JP5676167B2 (en) System and method for generating search results
US20050219076A1 (en) Information management system
JPH08305616A (en) Data management system
US20080104016A1 (en) Method and system for comparing data
KR100840844B1 (en) System and its method for searching private information stored in user's terminal
US7085801B1 (en) Method and apparatus for printing web pages
US6963865B2 (en) Method system and program product for data searching
KR102463120B1 (en) Patent document searching server providing user customized flle name generating function when dowloading document and patent document searching method using thereof
JP2008021308A (en) Method and apparatus to organize file based on download location
JP4021227B2 (en) Sticky note function addition program and sticky sticking method
JP3937736B2 (en) Document management device
JP2004118599A (en) Information disclosure program
JP3478070B2 (en) Document reference control method
JP2007025831A (en) Content retrieval apparatus and its method

Legal Events

Date Code Title Description
AS Assignment

Owner name: ADOBE SYSTEMS INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RYS, CRIS;REEL/FRAME:021035/0388

Effective date: 20021121

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION