Skip to content

Pharo 4.0 -- Problem with FmFileIOAccessor default createDirectory: dirString. #2

@hhzl

Description

@hhzl

pharo4 0_fileman_tests_screenshot from 2015-08-28 11 48 44

pharo4 0_fileman_testdirectoryexists_screenshot from 2015-08-28 11 49 50

        FmFileIOAccessor default createDirectory: dirString.

calls

       createDirectory: fullPathName
^self primCreateDirectory: fullPathName asVmPathName

and this causes an error

      primCreateDirectory: fullPath
"Create a directory named by the given path. Fail if the path is bad or if a file or directory by that name already exists."

<primitive: 'primitiveDirectoryCreate' module: 'FilePlugin'>
self primitiveFailed

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