Skip to content

Crash when trying to open root directory #32

@ozonexo3

Description

@ozonexo3

return Path.GetDirectoryName(directoryPath) + Path.DirectorySeparatorChar;

It crash for "C://" directory. We can add that before to fix it:

			if (System.IO.Path.GetPathRoot(directoryPath) == directoryPath)
				return directoryPath;

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