Skip to content

->quoted() method so that file and directory names can be exported to the shell #49

Description

@bcowgill

would be useful if a ->quoted() method was provided so that:
"this dir/this file.name" would be returned as q{'this dir/this file.name'} or q{this\ dir/this\ file.name}
"this dir's/this file.name" => q{'this dir's/this file.name'} or q{'this\ dir's/this\ file.name'}

so that all shell special characters were escaped or quoted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions